Skip to content

Commit

Permalink
Merge pull request #1 from phoenix6936/dependabot/github_actions/dot-…
Browse files Browse the repository at this point in the history
…github/workflows/github_actions-5ebe5a9988

Bump dawidd6/action-download-artifact from 2 to 6 in /.github/workflows in the github_actions group across 1 directory
  • Loading branch information
phoenix6936 authored Dec 12, 2024
2 parents d9eebb2 + dffe567 commit 4119530
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
java-version: '8'

- name: Get JRE 8
uses: dawidd6/action-download-artifact@v2
uses: dawidd6/action-download-artifact@v6
with:
workflow: build.yml
path: app_pojavlauncher/src/main/assets/components/jre
Expand All @@ -37,7 +37,7 @@ jobs:
name: jre8-pojav

- name: Get JRE17
uses: dawidd6/action-download-artifact@v2
uses: dawidd6/action-download-artifact@v6
with:
workflow: build.yml
path: app_pojavlauncher/src/main/assets/components/jre-new
Expand All @@ -47,7 +47,7 @@ jobs:
name: jre17-pojav

- name: Get JRE21
uses: dawidd6/action-download-artifact@v2
uses: dawidd6/action-download-artifact@v6
with:
workflow: build.yml
path: app_pojavlauncher/src/main/assets/components/jre-21
Expand Down

0 comments on commit 4119530

Please sign in to comment.