diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-01-11 01:08:11 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-10 19:38:11 +0000 |
commit | 9a6f0dcc92258645688ecd26e1859ceb7be16476 (patch) | |
tree | 33713b759288dd6be44e0146aa9a7aee0d3e43ea /.github | |
parent | c27fd93da429e1499d9ba0aca43de6688ec5fb65 (diff) |
chore(deps): update actions/download-artifact action to v4.1.1 (#2852)
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 4e82d82f..c300d55d 100644 --- a/.github/workflows/deploy_github_releases.yml +++ b/.github/workflows/deploy_github_releases.yml @@ -65,19 +65,19 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Get Non-Free Release APK - uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0 + uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1 with: name: APS Non-Free Release APK path: artifacts/nonFree - name: Get Non-Free Bundle - uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0 + uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1 with: name: APS Non-Free Release Bundle path: artifacts/nonFree - name: Get Free Release APK - uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0 + uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1 with: name: APS Free Release APK path: artifacts/free |