diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-10-08 18:47:53 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-08 18:47:53 +0000 |
commit | f53e536eed084a13d5e5da0a98bd38050fa667b6 (patch) | |
tree | c276d73ff293c05f1c89f9b1076f96858db92732 /.github/workflows/deploy_github_releases.yml | |
parent | 278eca22656e4f90560b3e71816c88e6308e4018 (diff) |
chore(deps): update actions/upload-artifact action to v4.4.2 (#3255)
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 4d88eefd..5abcd71d 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@604373da6381bf24206979c74d06a550515601b9 # v4.4.1 + uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.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@604373da6381bf24206979c74d06a550515601b9 # v4.4.1 + uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.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@604373da6381bf24206979c74d06a550515601b9 # v4.4.1 + uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2 with: name: APS Free Release APK path: app/build/outputs/apk/free/release/app-free-release.apk |