File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -312,14 +312,14 @@ jobs:
312
312
uses : actions/checkout@v4
313
313
314
314
- name : Download APK artifact
315
- uses : actions/download-artifact@v4
315
+ uses : actions/download-artifact@v5
316
316
with :
317
317
name : release-apk
318
318
path : release-artifacts/
319
319
320
320
- name : Download AAB artifact
321
321
if : ${{ vars.ENABLE_SIGNING == 'true' }}
322
- uses : actions/download-artifact@v4
322
+ uses : actions/download-artifact@v5
323
323
with :
324
324
name : release-bundle
325
325
path : release-artifacts/
@@ -561,7 +561,7 @@ jobs:
561
561
uses : actions/checkout@v4
562
562
563
563
- name : Download AAB artifact
564
- uses : actions/download-artifact@v4
564
+ uses : actions/download-artifact@v5
565
565
with :
566
566
name : release-bundle
567
567
path : release-artifacts/
You can’t perform that action at this time.
0 commit comments