diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-03-03 00:42:28 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-03 00:42:28 +0530 |
commit | 9662e4f12a5b7df4a63cfcd2dff4589cb86cddc5 (patch) | |
tree | f81eb9ed3f208da8a16fbe46da7504986dc87d16 | |
parent | 47ec6059bd250d641c4111c2b57ac6d258e028d0 (diff) |
chore(deps): update actions/download-artifact action to v3 (#1762)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
-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 2584dcc3..3b31c2fd 100644 --- a/.github/workflows/deploy_github_releases.yml +++ b/.github/workflows/deploy_github_releases.yml @@ -65,19 +65,19 @@ jobs: uses: actions/checkout@v3.0.0 - name: Get Non-Free Release APK - uses: actions/download-artifact@v2.1.0 + uses: actions/download-artifact@v3.0.0 with: name: APS Non-Free Release APK path: artifacts/nonFree - name: Get Non-Free Bundle - uses: actions/download-artifact@v2.1.0 + uses: actions/download-artifact@v3.0.0 with: name: APS Non-Free Release Bundle path: artifacts/nonFree - name: Get Free Release APK - uses: actions/download-artifact@v2.1.0 + uses: actions/download-artifact@v3.0.0 with: name: APS Free Release APK path: artifacts/free |