From 7f90d827ae436fe74ce5d3cabb9f1b091462b657 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Oct 2022 20:45:30 -0400 Subject: chore(deps): update actions/download-artifact action to v3.0.1 (#2194) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/deploy_github_releases.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.github') 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 -- cgit v1.2.3