Skip to content

Commit

Permalink
CI: Update to upload-artifact v4 (#2539)
Browse files Browse the repository at this point in the history
Since v3 is no longer usable, this changes it to v4
  • Loading branch information
SoniEx2 authored Feb 13, 2025
1 parent 46648b0 commit f269f07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/release-archive/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ runs:
echo "::set-output name=shasum::$SHASUM"
- name: upload tarball to CI
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ steps.archive.outputs.tarball }}
path: ./${{ steps.archive.outputs.tarball }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wabt-cifuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
oss-fuzz-project-name: 'wabt'
fuzz-seconds: 300
- name: Upload Crash
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: failure() && steps.build.outcome == 'success'
with:
name: artifacts
Expand Down

0 comments on commit f269f07

Please sign in to comment.