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 00daf40 commit 5ae1d7eCopy full SHA for 5ae1d7e
.github/workflows/archive.yml
@@ -15,13 +15,13 @@ jobs:
15
archive:
16
runs-on: ubuntu-latest
17
steps:
18
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v3
19
- name: make dist
20
run: |
21
make dist
22
version=`cat emscripten-version.txt | sed s/\"//g`
23
echo "VERSION=$version" >> $GITHUB_ENV
24
- - uses: actions/upload-artifact@v1
+ - uses: actions/upload-artifact@v3
25
with:
26
name: emscripten-${{ env.VERSION }}
27
path: emscripten-${{ env.VERSION }}.tar.bz2
0 commit comments