Skip to content

Commit 580fda7

Browse files
committed
update upload-artifact version
1 parent 473b6fe commit 580fda7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_n_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Rename ZIP
2323
run: |
2424
mv flexptools.zip "flexptools-win32-`git describe --tags --always`.zip"
25-
- uses: actions/upload-artifact@v3
25+
- uses: actions/upload-artifact@v4
2626
with:
2727
name: release_zips_win32
2828
path: "./*.zip"
@@ -38,7 +38,7 @@ jobs:
3838
- name: Rename ZIP
3939
run: |
4040
mv flexptools.zip "flexptools-linux-amd64-`git describe --tags --always`.zip"
41-
- uses: actions/upload-artifact@v3
41+
- uses: actions/upload-artifact@v4
4242
with:
4343
name: release_zips_linux_amd64
4444
path: "./*.zip"

0 commit comments

Comments
 (0)