diff options
-rw-r--r-- | .github/workflows/deploy_github_releases.yml | 6 | ||||
-rw-r--r-- | .github/workflows/pull_request.yml | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/deploy_github_releases.yml b/.github/workflows/deploy_github_releases.yml index c928b7b7..dc2bf609 100644 --- a/.github/workflows/deploy_github_releases.yml +++ b/.github/workflows/deploy_github_releases.yml @@ -26,19 +26,19 @@ jobs: arguments: :app:assembleFreeRelease :app:assembleNonFreeRelease :app:bundleNonFreeRelease - name: Upload non-free release APK - uses: actions/upload-artifact@27bce4eee761b5bc643f46a8dfb41b430c8d05f6 + uses: actions/upload-artifact@726a6dcd0199f578459862705eed35cda05af50b with: name: APS Non-Free Release APK path: app/build/outputs/apk/nonFree/release/app-nonFree-release.apk - name: Upload non-free release Bundle - uses: actions/upload-artifact@27bce4eee761b5bc643f46a8dfb41b430c8d05f6 + uses: actions/upload-artifact@726a6dcd0199f578459862705eed35cda05af50b with: name: APS Non-Free Release Bundle path: app/build/outputs/bundle/nonFreeRelease/app-nonFree-release.aab - name: Upload free release APK - uses: actions/upload-artifact@27bce4eee761b5bc643f46a8dfb41b430c8d05f6 + uses: actions/upload-artifact@726a6dcd0199f578459862705eed35cda05af50b with: name: APS Free Release APK path: app/build/outputs/apk/free/release/app-free-release.apk diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index e3d42aaa..412dd7ab 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -56,7 +56,7 @@ jobs: - name: (Fail-only) upload test report if: failure() - uses: actions/upload-artifact@27bce4eee761b5bc643f46a8dfb41b430c8d05f6 + uses: actions/upload-artifact@726a6dcd0199f578459862705eed35cda05af50b with: name: Test report path: app/build/reports |