We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f36327 commit 5d9a396Copy full SHA for 5d9a396
1 file changed
.github/workflows/artifacts.yml
@@ -43,7 +43,7 @@ jobs:
43
msbuild jolt.sln /nodeReuse:false /t:Rebuild /p:Configuration=Release /p:Platform=x86 /m /v:minimal
44
45
- name: Upload artifacts
46
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
47
with:
48
name: vphysics_jolt_${{ matrix.source_branch }}_win32
49
path: ${{ matrix.source_branch }}/game
@@ -87,8 +87,8 @@ jobs:
87
make -f jolt.mak -j $(nproc)
88
89
90
91
92
name: vphysics_jolt_${{ matrix.source_branch }}_linux32
93
94
- if-no-files-found: error
+ if-no-files-found: error
0 commit comments