Skip to content

Commit a33c7fa

Browse files
authored
Update github actions to latest
Checkout and upload-artifact were outdated
1 parent 036e808 commit a33c7fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
steps:
1010
- name: Checkout
11-
uses: actions/checkout@v3
11+
uses: actions/checkout@v4
1212
with:
1313
submodules: 'true'
1414

@@ -27,6 +27,6 @@ jobs:
2727
python3 build.py --verbose
2828
2929
- name: Upload artifacts
30-
uses: actions/upload-artifact@v3
30+
uses: actions/upload-artifact@v4
3131
with:
3232
path: release-linux-x86_64.tar.gz

0 commit comments

Comments
 (0)