File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -250,7 +250,7 @@ jobs:
250
250
./gradlew assemble -PWWISE_SDK="$WWISESDK"
251
251
252
252
- name : Upload libs
253
- uses : actions/upload-artifact@v3
253
+ uses : actions/upload-artifact@v4
254
254
with :
255
255
name : ${{ matrix.artifact-name }}
256
256
path : addons/Wwise/native/lib
@@ -264,7 +264,7 @@ jobs:
264
264
uses : actions/checkout@v3
265
265
266
266
- name : Download all libs
267
- uses : actions/download-artifact@v3
267
+ uses : actions/download-artifact@v4
268
268
269
269
- name : Assemble all artifacts
270
270
run : |
@@ -311,7 +311,7 @@ jobs:
311
311
rm -r ./tests
312
312
313
313
- name : Upload final artifact
314
- uses : actions/upload-artifact@v3
314
+ uses : actions/upload-artifact@v4
315
315
with :
316
316
name : wwise-${{ env.WWISE_VERSION }}-for-godot-${{ env.GODOT_ENGINE_VERSION }}-${{ env.GODOT_ENGINE_STAGE }}-${{ env.INTEGRATION_VERSION }}
317
317
path : ./
You can’t perform that action at this time.
0 commit comments