Skip to content
This repository was archived by the owner on Sep 23, 2025. It is now read-only.

Commit 3b4364b

Browse files
Bump dawidd/actions-download-artifact to v9 (dependabot alert)
1 parent 093c810 commit 3b4364b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/android.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
wget https://github.com/PojavLauncherTeam/LTW/releases/latest/download/ltw-release.aar
3636
3737
- name: Get JRE 8
38-
uses: dawidd6/action-download-artifact@v2
38+
uses: dawidd6/action-download-artifact@v9
3939
with:
4040
workflow: build.yml
4141
path: app_pojavlauncher/src/main/assets/components/jre
@@ -45,7 +45,7 @@ jobs:
4545
name: jre8-pojav
4646

4747
- name: Get JRE17
48-
uses: dawidd6/action-download-artifact@v2
48+
uses: dawidd6/action-download-artifact@v9
4949
with:
5050
workflow: build.yml
5151
path: app_pojavlauncher/src/main/assets/components/jre-new
@@ -55,7 +55,7 @@ jobs:
5555
name: jre17-pojav
5656

5757
- name: Get JRE21
58-
uses: dawidd6/action-download-artifact@v2
58+
uses: dawidd6/action-download-artifact@v9
5959
with:
6060
workflow: build.yml
6161
path: app_pojavlauncher/src/main/assets/components/jre-21

0 commit comments

Comments
 (0)