We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46648b0 commit f269f07Copy full SHA for f269f07
.github/actions/release-archive/action.yml
@@ -25,7 +25,7 @@ runs:
25
echo "::set-output name=shasum::$SHASUM"
26
27
- name: upload tarball to CI
28
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
29
with:
30
name: ${{ steps.archive.outputs.tarball }}
31
path: ./${{ steps.archive.outputs.tarball }}
.github/workflows/wabt-cifuzz.yml
@@ -15,7 +15,7 @@ jobs:
15
oss-fuzz-project-name: 'wabt'
16
fuzz-seconds: 300
17
- name: Upload Crash
18
19
if: failure() && steps.build.outcome == 'success'
20
21
name: artifacts
0 commit comments