We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca4f407 commit 3cf9b9eCopy full SHA for 3cf9b9e
.github/workflows/preview.yaml
@@ -21,14 +21,14 @@ jobs:
21
steps:
22
- uses: "actions/checkout@v4" # for pages publishing
23
- name: "download PR"
24
- uses: "dawidd6/action-download-artifact@v9"
+ uses: "dawidd6/action-download-artifact@v11"
25
with:
26
workflow: "${{ github.event.workflow_run.workflow_id }}"
27
run_id: "${{ github.event.workflow_run.id }}"
28
name: "pr-num"
29
path: "."
30
- name: "download dist artifact"
31
32
33
34
0 commit comments