Skip to content

Commit b897bec

Browse files
authored
Merge pull request #203 from KyoriPowered/renovate/major-gradle-and-github-actions
chore(deps): Update dawidd6/action-download-artifact action to v9
2 parents 64f483b + 6acd148 commit b897bec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/preview.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ jobs:
2121
steps:
2222
- uses: "actions/checkout@v4" # for pages publishing
2323
- name: "download PR"
24-
uses: "dawidd6/action-download-artifact@v8"
24+
uses: "dawidd6/action-download-artifact@v9"
2525
with:
2626
workflow: "${{ github.event.workflow_run.workflow_id }}"
2727
run_id: "${{ github.event.workflow_run.id }}"
2828
name: "pr-num"
2929
path: "."
3030
- name: "download dist artifact"
31-
uses: "dawidd6/action-download-artifact@v8"
31+
uses: "dawidd6/action-download-artifact@v9"
3232
with:
3333
workflow: "${{ github.event.workflow_run.workflow_id }}"
3434
run_id: "${{ github.event.workflow_run.id }}"

0 commit comments

Comments
 (0)