Skip to content

Commit 8b63970

Browse files
committed
updating to latest version of upload-artifact
1 parent a8507e0 commit 8b63970

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
make clean
2727
make
2828
- name: Archive
29-
uses: actions/upload-artifact@v1
29+
uses: actions/upload-artifact@v4
3030
with:
3131
name: Linux-binaries.zip
3232
path: bin/linux
@@ -39,12 +39,12 @@ jobs:
3939
run: |
4040
./build.ps1
4141
- name: Archive x86
42-
uses: actions/upload-artifact@v1
42+
uses: actions/upload-artifact@v4
4343
with:
4444
name: Windows-x86-binaries.zip
4545
path: bin/windows/x86/Release
4646
- name: Archive x64
47-
uses: actions/upload-artifact@v1
47+
uses: actions/upload-artifact@v4
4848
with:
4949
name: Windows-x64-binaries.zip
5050
path: bin/windows/x64/Release

0 commit comments

Comments
 (0)