mirror of
https://github.com/arduino/library-registry.git
synced 2025-06-03 15:42:01 +03:00
Bump actions/upload-artifact from 3 to 4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
4a05d0019d
commit
9dc65ed68f
@ -102,7 +102,7 @@ jobs:
|
||||
# Some might find it convenient to have CI generate the cache rather than setting up for it locally
|
||||
- name: Upload cache to workflow artifact
|
||||
if: failure() && steps.diff.outcome == 'failure'
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
if-no-files-found: error
|
||||
include-hidden-files: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user