diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-01-06 15:39:49 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-06 15:39:49 +0000 |
commit | 70c3c29b9d58f06cc9724b7748673391041b9890 (patch) | |
tree | cd5667a6898d6a825a2694bd894e35288ce29361 /.github | |
parent | 7e654d0cc5795d740b14e4eeaa2b9c267d81760d (diff) |
chore(deps): update actions/upload-artifact action to v3.1.2 (#2324)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/deploy_github_releases.yml | 6 | ||||
-rw-r--r-- | .github/workflows/pull_request.yml | 14 |
2 files changed, 10 insertions, 10 deletions
diff --git a/.github/workflows/deploy_github_releases.yml b/.github/workflows/deploy_github_releases.yml index a42aa2f6..2cb71588 100644 --- a/.github/workflows/deploy_github_releases.yml +++ b/.github/workflows/deploy_github_releases.yml @@ -35,19 +35,19 @@ jobs: SENTRY_DSN: ${{ secrets.SENTRY_DSN }} - name: Upload non-free release APK - uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1 + uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 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@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1 + uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 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@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1 + uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 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 cba0d543..5c11fdfc 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -56,7 +56,7 @@ jobs: - name: Upload Kotlin build report if: "${{ always() }}" - uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1 + uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 with: name: Build report path: build/reports/kotlin-build/ @@ -87,14 +87,14 @@ jobs: - name: (Fail-only) Upload test report if: "${{ failure() }}" - uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1 + uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 with: name: Test report path: app/build/reports - name: Upload Kotlin build report if: "${{ always() }}" - uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1 + uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 with: name: Build report path: build/reports/kotlin-build/ @@ -125,7 +125,7 @@ jobs: - name: Upload Kotlin build report if: "${{ always() }}" - uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1 + uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 with: name: Build report path: build/reports/kotlin-build/ @@ -156,7 +156,7 @@ jobs: - name: Upload Kotlin build report if: "${{ always() }}" - uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1 + uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 with: name: Build report path: build/reports/kotlin-build/ @@ -187,7 +187,7 @@ jobs: - name: Upload Kotlin build report if: "${{ always() }}" - uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1 + uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 with: name: Build report path: build/reports/kotlin-build/ @@ -218,7 +218,7 @@ jobs: - name: Upload Kotlin build report if: "${{ always() }}" - uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1 + uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 with: name: Build report path: build/reports/kotlin-build/ |