diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-04-24 21:20:18 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-24 15:50:18 +0000 |
commit | b5fd785d7d25f783c2600875bce7ef0272fe369d (patch) | |
tree | ea48eaf861fd22eef4a91fed0aa506b56926a6ef /.github | |
parent | 4e0aebcf3920bf26fbe8080a4229f8c4ee2c2b12 (diff) |
chore(deps): update actions/download-artifact action to v4.1.7 (#3025)
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 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/deploy_github_releases.yml b/.github/workflows/deploy_github_releases.yml index d958e0f9..7a8c9f5c 100644 --- a/.github/workflows/deploy_github_releases.yml +++ b/.github/workflows/deploy_github_releases.yml @@ -55,19 +55,19 @@ jobs: uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 - name: Get Non-Free Release APK - uses: actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4.1.6 + uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 with: name: APS Non-Free Release APK path: artifacts/nonFree - name: Get Non-Free Bundle - uses: actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4.1.6 + uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 with: name: APS Non-Free Release Bundle path: artifacts/nonFree - name: Get Free Release APK - uses: actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4.1.6 + uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 with: name: APS Free Release APK path: artifacts/free |