diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-01-06 08:54:29 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-06 08:54:29 +0530 |
commit | 7e654d0cc5795d740b14e4eeaa2b9c267d81760d (patch) | |
tree | 135e2609f1da6ac78416d01479f3ba95229e1c02 /.github | |
parent | 103ddb0cd0bbbb29bc0c94348fe197c65d12da54 (diff) |
chore(deps): update actions/download-artifact action to v3.0.2 (#2322)
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 dae0859c..a42aa2f6 100644 --- a/.github/workflows/deploy_github_releases.yml +++ b/.github/workflows/deploy_github_releases.yml @@ -65,19 +65,19 @@ jobs: uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 - name: Get Non-Free Release APK - uses: actions/download-artifact@9782bd6a9848b53b110e712e20e42d89988822b7 # v3.0.1 + uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2 with: name: APS Non-Free Release APK path: artifacts/nonFree - name: Get Non-Free Bundle - uses: actions/download-artifact@9782bd6a9848b53b110e712e20e42d89988822b7 # v3.0.1 + uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2 with: name: APS Non-Free Release Bundle path: artifacts/nonFree - name: Get Free Release APK - uses: actions/download-artifact@9782bd6a9848b53b110e712e20e42d89988822b7 # v3.0.1 + uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2 with: name: APS Free Release APK path: artifacts/free |