We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9362274 commit 1617598Copy full SHA for 1617598
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
make dist
22
version=`cat emscripten-version.txt | sed s/\"//g`
23
echo "VERSION=$version" >> $GITHUB_ENV
24
- - uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
+ - uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5
25
with:
26
name: emscripten-${{ env.VERSION }}
27
path: emscripten-${{ env.VERSION }}.tar.bz2
0 commit comments