diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-04-18 17:13:59 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-18 17:13:59 +0000 |
commit | 862088b233bf8a0c366e7f2739e99abdf0413e5f (patch) | |
tree | 5b171090e54a0dbab18363b879816bc03d5c4615 /.github/workflows | |
parent | d9977f9cdcc9992765899e3f2401eeb74efe6859 (diff) |
chore(deps): update actions/download-artifact action to v4.1.5 (#3014)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows')
-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 a010e8ee..3c2f174b 100644 --- a/.github/workflows/deploy_github_releases.yml +++ b/.github/workflows/deploy_github_releases.yml @@ -55,19 +55,19 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Get Non-Free Release APK - uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4 + uses: actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d # v4.1.5 with: name: APS Non-Free Release APK path: artifacts/nonFree - name: Get Non-Free Bundle - uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4 + uses: actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d # v4.1.5 with: name: APS Non-Free Release Bundle path: artifacts/nonFree - name: Get Free Release APK - uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4 + uses: actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d # v4.1.5 with: name: APS Free Release APK path: artifacts/free |