diff --git a/.github/workflows/pr_test_build_android.yml b/.github/workflows/pr_test_build_android.yml index 2a7eec5c9..c5f875128 100644 --- a/.github/workflows/pr_test_build_android.yml +++ b/.github/workflows/pr_test_build_android.yml @@ -283,6 +283,7 @@ jobs: run: rm -rf build/app/outputs/flutter-apk/test-apk/ - name: Upload Artifact to github - uses: kittaakos/upload-artifact-as-is@v0 + uses: actions/upload-artifact@v4 with: - path: ${{ github.workspace }}/build/app/outputs/flutter-apk \ No newline at end of file + path: ${{ github.workspace }}/build/app/outputs/flutter-apk + name: "android apk" \ No newline at end of file diff --git a/.github/workflows/pr_test_build_linux.yml b/.github/workflows/pr_test_build_linux.yml index 6a29e4033..345c95c4f 100644 --- a/.github/workflows/pr_test_build_linux.yml +++ b/.github/workflows/pr_test_build_linux.yml @@ -221,9 +221,10 @@ jobs: popd - name: Upload Artifact to github - uses: kittaakos/upload-artifact-as-is@v0 + uses: actions/upload-artifact@v4 with: path: ${{ github.workspace }}/build/linux/x64/release/cakewallet_linux.zip + name: cakewallet_linux - name: Prepare virtual desktop if: ${{ contains(github.event.head_commit.message, 'run tests') }} @@ -292,6 +293,7 @@ jobs: - name: Upload Artifact to github if: always() continue-on-error: true - uses: kittaakos/upload-artifact-as-is@v0 + uses: actions/upload-artifact@v4 with: path: ${{ github.workspace }}/screen_grab.mkv.gpg + name: tests_screen_grab