diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-07-05 22:01:36 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-05 16:31:36 +0000 |
commit | 5e203d3c57c6ea66a979e8daa44b1978a0a82f86 (patch) | |
tree | f5d57a834a2d6a1a15a8fa376f7a19a5352b3e10 /.github/workflows/deploy_github_releases.yml | |
parent | 96c07ca94a69fbe455d3a7cbf8bfe6622aa6fbcd (diff) |
chore(deps): update actions/upload-artifact action to v4.3.4 (#3113)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/deploy_github_releases.yml')
-rw-r--r-- | .github/workflows/deploy_github_releases.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/deploy_github_releases.yml b/.github/workflows/deploy_github_releases.yml index 7946618d..4828b759 100644 --- a/.github/workflows/deploy_github_releases.yml +++ b/.github/workflows/deploy_github_releases.yml @@ -25,19 +25,19 @@ jobs: SENTRY_DSN: ${{ secrets.SENTRY_DSN }} - name: Upload non-free release APK - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 + uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 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@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 + uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 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@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 + uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 with: name: APS Free Release APK path: app/build/outputs/apk/free/release/app-free-release.apk |