Skip to content

Commit f269f07

Browse files
authored
CI: Update to upload-artifact v4 (#2539)
Since v3 is no longer usable, this changes it to v4
1 parent 46648b0 commit f269f07

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/release-archive/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ runs:
2525
echo "::set-output name=shasum::$SHASUM"
2626
2727
- name: upload tarball to CI
28-
uses: actions/upload-artifact@v3
28+
uses: actions/upload-artifact@v4
2929
with:
3030
name: ${{ steps.archive.outputs.tarball }}
3131
path: ./${{ steps.archive.outputs.tarball }}

.github/workflows/wabt-cifuzz.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
oss-fuzz-project-name: 'wabt'
1616
fuzz-seconds: 300
1717
- name: Upload Crash
18-
uses: actions/upload-artifact@v3
18+
uses: actions/upload-artifact@v4
1919
if: failure() && steps.build.outcome == 'success'
2020
with:
2121
name: artifacts

0 commit comments

Comments
 (0)