Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit 8f56aa6

Browse files
chore(deps): update actions/download-artifact action to v4.1.0 (#2824)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cfbbc40 commit 8f56aa6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy_github_releases.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,19 +65,19 @@ jobs:
6565
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
6666

6767
- name: Get Non-Free Release APK
68-
uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # v4.0.0
68+
uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
6969
with:
7070
name: APS Non-Free Release APK
7171
path: artifacts/nonFree
7272

7373
- name: Get Non-Free Bundle
74-
uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # v4.0.0
74+
uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
7575
with:
7676
name: APS Non-Free Release Bundle
7777
path: artifacts/nonFree
7878

7979
- name: Get Free Release APK
80-
uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # v4.0.0
80+
uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
8181
with:
8282
name: APS Free Release APK
8383
path: artifacts/free

0 commit comments

Comments
 (0)