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.
2 parents 64f483b + 6acd148 commit b897becCopy full SHA for b897bec
.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@v8"
+ uses: "dawidd6/action-download-artifact@v9"
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