Skip to content

Commit 8c064fd

Browse files
committed
ci: update actions/upload-artifact
1 parent fce8f0c commit 8c064fd

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
@@ -25,7 +25,7 @@ jobs:
2525
mv bin/Misstrhortion out/bin/
2626
mv bin/* out/lib/
2727
tar -caf build.tar.gz out/*
28-
- uses: actions/upload-artifact@v3
28+
- uses: actions/upload-artifact@v4
2929
with:
3030
name: Misstrhortion-${{ steps.commit.outputs.short }}-x86_64-linux.tar.gz
3131
path: build/build.tar.gz
@@ -59,7 +59,7 @@ jobs:
5959
run: |
6060
cpack -G NSIS
6161
cpack -G ZIP
62-
- uses: actions/upload-artifact@v3
62+
- uses: actions/upload-artifact@v4
6363
with:
6464
name: Misstrhortion-${{ steps.commit.outputs.short }}-x86_64-windows.exe
6565
path: build/Misstrhortion-*-win64.exe

0 commit comments

Comments
 (0)