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

Commit 8525e24

Browse files
chore(deps): update actions/download-artifact action to v4 (#2815)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 50006f5 commit 8525e24

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@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
68+
uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # v4.0.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@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
74+
uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # v4.0.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@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
80+
uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # v4.0.0
8181
with:
8282
name: APS Free Release APK
8383
path: artifacts/free

0 commit comments

Comments
 (0)