We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04a9a89 commit b2867e8Copy full SHA for b2867e8
1 file changed
.github/workflows/ci.yml
@@ -55,7 +55,7 @@ jobs:
55
./gradlew assembleDebug lintDebug --stacktrace -DskipFormatKtlint
56
57
- name: Upload APKs
58
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
59
with:
60
name: all-apks-in-one(intermediates)
61
retention-days: 1
@@ -89,12 +89,14 @@ jobs:
89
file: ${{ fromJson(needs.build-client.outputs.files) }}
90
steps:
91
- name: Download APKs
92
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
93
94
95
+ path: apks
96
+ merge-multiple: true
97
98
- name: Upload artifacts
99
100
101
name: ${{ matrix.file }}
- path: ${{ matrix.file }}
102
+ path: apks/${{ matrix.file }}
0 commit comments