Skip to content

Commit

Permalink
Bump actions/upload-artifact from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v3...v4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and kmilos committed Dec 19, 2023
1 parent c2ff6c0 commit 2a3c11c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cifuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
fuzz-seconds: 600
dry-run: false
- name: Upload Crash
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: failure() && steps.build.outcome == 'success'
with:
name: artifacts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on_PR_linux_staticAnalysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
pvs-studio-analyzer analyze -l PVS_license.lic -o pvsStudio.log -j4 --disableLicenseExpirationCheck
plog-converter -a GA:1,2 -d V1042 -t fullhtml pvsStudio.log -o pvsReportHtml
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: static_analysis
path: build/pvsReportHtml
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
cmake --build build -t doc
cmake --build build -t package
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: exiv2-linux64
path: ./build/exiv2-*.tar.gz
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
cmake --build build -t doc
cmake --build build -t package
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: exiv2-macos
path: ./build/exiv2-*.tar.gz
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
cmake --build build --parallel -t doc
cmake --build build --parallel -t package
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: exiv2-win
path: ./build/exiv2-*.zip
Expand Down

0 comments on commit 2a3c11c

Please sign in to comment.