diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-04-23 02:01:57 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-22 20:31:57 +0000 |
commit | 1f9e0fe992bd11b39d33a48fe5ef5b52b913eb6c (patch) | |
tree | fa797329d049e71b3d5721472818b0bc625e2fba /.github/workflows/deploy_github_releases.yml | |
parent | c032e8eb48bf4f135224c0d5462752942e853774 (diff) |
chore(deps): update actions/upload-artifact action to v4.3.3 (#3021)
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 7b7d8c3c..d958e0f9 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@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2 + uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 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@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2 + uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 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@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2 + uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 with: name: APS Free Release APK path: app/build/outputs/apk/free/release/app-free-release.apk |