Skip to content

Commit e96d115

Browse files
Upgrade upload-artifact & download-artifact to v4 (#139)
(cherry picked from d21039c)
1 parent dd0de71 commit e96d115

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_all.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ jobs:
250250
./gradlew assemble -PWWISE_SDK="$WWISESDK"
251251
252252
- name: Upload libs
253-
uses: actions/upload-artifact@v3
253+
uses: actions/upload-artifact@v4
254254
with:
255255
name: ${{ matrix.artifact-name }}
256256
path: addons/Wwise/native/lib
@@ -264,7 +264,7 @@ jobs:
264264
uses: actions/checkout@v3
265265

266266
- name: Download all libs
267-
uses: actions/download-artifact@v3
267+
uses: actions/download-artifact@v4
268268

269269
- name: Assemble all artifacts
270270
run: |
@@ -311,7 +311,7 @@ jobs:
311311
rm -r ./tests
312312
313313
- name: Upload final artifact
314-
uses: actions/upload-artifact@v3
314+
uses: actions/upload-artifact@v4
315315
with:
316316
name: wwise-${{ env.WWISE_VERSION }}-for-godot-${{ env.GODOT_ENGINE_VERSION }}-${{ env.GODOT_ENGINE_STAGE }}-${{ env.INTEGRATION_VERSION }}
317317
path: ./

0 commit comments

Comments
 (0)