Skip to content

Commit 16d8840

Browse files
authored
Update upload-artifact version to v7.
1 parent 910681e commit 16d8840

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/compiling.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Compile!
2525
run: make && make --always-make linux
2626

27-
- uses: actions/upload-artifact@v2
27+
- uses: actions/upload-artifact@v7
2828
with:
2929
name: basque.linux.zip
3030
path: basque.linux.zip
@@ -40,7 +40,7 @@ jobs:
4040
- name: Compile!
4141
run: make && make --always-make mac
4242

43-
- uses: actions/upload-artifact@v2
43+
- uses: actions/upload-artifact@v7
4444
with:
4545
name: basque.mac.zip
4646
path: basque.mac.zip
@@ -61,7 +61,7 @@ jobs:
6161
- name: Prepare VS enviro and compile!
6262
run: $VS_EDITION = dir 'C:\Program Files\Microsoft Visual Studio\' | ? -FilterScript {$_.Name -like "[0-9]*"} | Sort CreationTime | Select Name -First 1; $VCVARSALL_BIN = Get-ChildItem -Path "C:\Program Files\Microsoft Visual Studio\$($VS_EDITION.Name)\" -Filter 'vcvarsall.bat' -Recurse | Select FullName -First 1; $Env:CC = "`"C:\Program Files\LLVM\bin\clang.exe`""; cmd /c "`"$($VCVARSALL_BIN.FullName)`" x64 && nmake /e && nmake /a windows"
6363

64-
- uses: actions/upload-artifact@v2
64+
- uses: actions/upload-artifact@v7
6565
with:
6666
name: basque.windows.zip
6767
path: basque.windows.zip
@@ -92,7 +92,7 @@ jobs:
9292
github_token: ${{ secrets.GITHUB_TOKEN }}
9393
branch: ${{ github.ref }}
9494

95-
- uses: actions/upload-artifact@v2
95+
- uses: actions/upload-artifact@v7
9696
with:
9797
name: basque.wasm.zip
9898
path: basque.wasm.zip

0 commit comments

Comments
 (0)