Skip to content

Commit 5ae1d7e

Browse files
author
Klaus Rettinghaus
authored
Update github action to version 3 (#18078)
This small PR bump the used actions to the latest major version. No changes in behavior expected.
1 parent 00daf40 commit 5ae1d7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/archive.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ jobs:
1515
archive:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v1
18+
- uses: actions/checkout@v3
1919
- name: make dist
2020
run: |
2121
make dist
2222
version=`cat emscripten-version.txt | sed s/\"//g`
2323
echo "VERSION=$version" >> $GITHUB_ENV
24-
- uses: actions/upload-artifact@v1
24+
- uses: actions/upload-artifact@v3
2525
with:
2626
name: emscripten-${{ env.VERSION }}
2727
path: emscripten-${{ env.VERSION }}.tar.bz2

0 commit comments

Comments
 (0)