Skip to content

Commit 3cf9b9e

Browse files
chore(deps): Update dawidd6/action-download-artifact action to v11
1 parent ca4f407 commit 3cf9b9e

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

0 commit comments

Comments
 (0)