Hotfix CI (#1963)
* [skip slack] It looks like during our sleep github decided to break artifact upload api.. * [skip slack] Name the artifact
cyan committed
Jan 15, 2025 at 14:24 UTC
f431091f5ee5dd1d945a668c787324b9d1e9fddc
2 files changed
+7
-4
.github/workflows/pr_test_build_android.yml
+3
-2
@@ -283,6 +283,7 @@ jobs:
283
run: rm -rf build/app/outputs/flutter-apk/test-apk/
284
285
- name: Upload Artifact to github
286
- uses: kittaakos/upload-artifact-as-is@v0
286
+ uses: actions/upload-artifact@v4
287
with:
288
- path: ${{ github.workspace }}/build/app/outputs/flutter-apk
\ No newline at end of file
288
+ path: ${{ github.workspace }}/build/app/outputs/flutter-apk
289
+ name: "android apk"
\ No newline at end of file
.github/workflows/pr_test_build_linux.yml
+4
-2
@@ -221,9 +221,10 @@ jobs:
221
popd
222
223
- name: Upload Artifact to github
224
- uses: kittaakos/upload-artifact-as-is@v0
224
+ uses: actions/upload-artifact@v4
225
with:
226
path: ${{ github.workspace }}/build/linux/x64/release/cakewallet_linux.zip
227
+ name: cakewallet_linux
228
229
- name: Prepare virtual desktop
230
if: ${{ contains(github.event.head_commit.message, 'run tests') }}
@@ -292,6 +293,7 @@ jobs:
293
- name: Upload Artifact to github
294
if: always()
295
continue-on-error: true
295
- uses: kittaakos/upload-artifact-as-is@v0
296
+ uses: actions/upload-artifact@v4
297
with:
298
path: ${{ github.workspace }}/screen_grab.mkv.gpg
299
+ name: tests_screen_grab