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

Commit 08e6a97

Browse files
authored
Merge pull request #199 from KyoriPowered/renovate/major-gradle-and-github-actions
chore(deps): Update dawidd6/action-download-artifact action to v8
2 parents a3aae16 + 9a4e5d3 commit 08e6a97

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@v7"
24+
uses: "dawidd6/action-download-artifact@v8"
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@v7"
31+
uses: "dawidd6/action-download-artifact@v8"
3232
with:
3333
workflow: "${{ github.event.workflow_run.workflow_id }}"
3434
run_id: "${{ github.event.workflow_run.id }}"

0 commit comments

Comments
 (0)