diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-12-15 10:00:37 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-15 10:00:37 +0530 |
commit | 424f654be0d344ab1cbbbd3e70b4103637028be7 (patch) | |
tree | 10df4ff37394225ea1bcd15164771508a52f255e /.github/workflows/deploy_github_releases.yml | |
parent | 8525e244d383279c48acddf5711e1b0272be2854 (diff) |
chore(deps): update actions/upload-artifact action to v4 (#2816)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
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 91dbf4b8..947426aa 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@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 + uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0 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@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 + uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0 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@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 + uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0 with: name: APS Free Release APK path: app/build/outputs/apk/free/release/app-free-release.apk |