Skip to content

Commit 5d9a396

Browse files
committed
ci: Update upload-artifact to v4
1 parent 4f36327 commit 5d9a396

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/artifacts.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
msbuild jolt.sln /nodeReuse:false /t:Rebuild /p:Configuration=Release /p:Platform=x86 /m /v:minimal
4444
4545
- name: Upload artifacts
46-
uses: actions/upload-artifact@v3
46+
uses: actions/upload-artifact@v4
4747
with:
4848
name: vphysics_jolt_${{ matrix.source_branch }}_win32
4949
path: ${{ matrix.source_branch }}/game
@@ -87,8 +87,8 @@ jobs:
8787
make -f jolt.mak -j $(nproc)
8888
8989
- name: Upload artifacts
90-
uses: actions/upload-artifact@v3
90+
uses: actions/upload-artifact@v4
9191
with:
9292
name: vphysics_jolt_${{ matrix.source_branch }}_linux32
9393
path: ${{ matrix.source_branch }}/game
94-
if-no-files-found: error
94+
if-no-files-found: error

0 commit comments

Comments
 (0)