Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: WebAssembly/wabt
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6b98384ea6307b61e261c3f8cc47b0bb6cbe3172
Choose a base ref
..
head repository: WebAssembly/wabt
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5033eb300165e7a4edb9e1369c94d5a09a3ed62c
Choose a head ref
Showing with 4 additions and 4 deletions.
  1. +3 −3 .github/actions/release-archive/action.yml
  2. +1 −1 .github/workflows/wabt-cifuzz.yml
6 changes: 3 additions & 3 deletions .github/actions/release-archive/action.yml
Original file line number Diff line number Diff line change
@@ -21,11 +21,11 @@ runs:
mv install wabt-$VERSION
tar -czf $TARBALL wabt-$VERSION
scripts/sha256sum.py $TARBALL > $SHASUM
echo "::set-output name=tarball::$TARBALL"
echo "::set-output name=shasum::$SHASUM"
echo "tarball=$TARBALL" >> $GITHUB_OUTPUT
echo "shasum=$SHASUM" >> $GITHUB_OUTPUT
- 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 }}
2 changes: 1 addition & 1 deletion .github/workflows/wabt-cifuzz.yml
Original file line number Diff line number Diff line change
@@ -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