diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-10-20 20:45:30 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-20 20:45:30 -0400 |
commit | 7f90d827ae436fe74ce5d3cabb9f1b091462b657 (patch) | |
tree | 09bf3f427abb818726d2d088db3d98bf553e6b79 | |
parent | e29f48cc61eaa53b31c50c86c1062177b76e45e0 (diff) |
chore(deps): update actions/download-artifact action to v3.0.1 (#2194)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.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 8eb700f3..33adad85 100644 --- a/.github/workflows/deploy_github_releases.yml +++ b/.github/workflows/deploy_github_releases.yml @@ -65,19 +65,19 @@ jobs: uses: actions/checkout@v3.1.0 - name: Get Non-Free Release APK - uses: actions/download-artifact@v3.0.0 + uses: actions/download-artifact@v3.0.1 with: name: APS Non-Free Release APK path: artifacts/nonFree - name: Get Non-Free Bundle - uses: actions/download-artifact@v3.0.0 + uses: actions/download-artifact@v3.0.1 with: name: APS Non-Free Release Bundle path: artifacts/nonFree - name: Get Free Release APK - uses: actions/download-artifact@v3.0.0 + uses: actions/download-artifact@v3.0.1 with: name: APS Free Release APK path: artifacts/free |