diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2021-12-23 12:52:19 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-23 12:52:19 +0000 |
commit | 7f2ccb18ee81ec7126deb2bdb4148a00a87a9967 (patch) | |
tree | fab018af1b60a7f38f8d8b89bc5a22f0ebe11bfb /.github | |
parent | 2b28f9f49618f7ed0f5e8f4371c83d856d69cb99 (diff) |
chore(deps): update actions/upload-artifact action to v2.3.1 (#1614)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Diffstat (limited to '.github')
-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 52ff43b8..7e82f34d 100644 --- a/.github/workflows/deploy_github_releases.yml +++ b/.github/workflows/deploy_github_releases.yml @@ -33,19 +33,19 @@ jobs: arguments: :app:assembleFreeRelease :app:assembleNonFreeRelease :app:bundleNonFreeRelease - name: Upload non-free release APK - uses: actions/upload-artifact@v2.2.4 + uses: actions/upload-artifact@v2.3.1 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@v2.2.4 + uses: actions/upload-artifact@v2.3.1 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@v2.2.4 + uses: actions/upload-artifact@v2.3.1 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 b1eccac2..5ab9bfe8 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -79,7 +79,7 @@ jobs: - name: (Fail-only) Upload test report if: failure() - uses: actions/upload-artifact@v2.2.4 + uses: actions/upload-artifact@v2.3.1 with: name: Test report path: app/build/reports |