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

Commit 96c07ca

Browse files
chore(deps): update actions/download-artifact action to v4.1.8 (#3112)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7e73cc9 commit 96c07ca

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
@@ -55,19 +55,19 @@ jobs:
5555
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
5656

5757
- name: Get Non-Free Release APK
58-
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
58+
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
5959
with:
6060
name: APS Non-Free Release APK
6161
path: artifacts/nonFree
6262

6363
- name: Get Non-Free Bundle
64-
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
64+
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
6565
with:
6666
name: APS Non-Free Release Bundle
6767
path: artifacts/nonFree
6868

6969
- name: Get Free Release APK
70-
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
70+
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
7171
with:
7272
name: APS Free Release APK
7373
path: artifacts/free

0 commit comments

Comments
 (0)