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 f53604d + b60ff8a commit 86b1964Copy full SHA for 86b1964
1 file changed
.github/workflows/pr-preview.yml
@@ -19,15 +19,15 @@ jobs:
19
actions: read
20
steps:
21
- name: Download generated site
22
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v8
23
with:
24
name: generated-site
25
path: ./site
26
run-id: ${{ github.event.workflow_run.id }}
27
github-token: ${{ secrets.GITHUB_TOKEN }}
28
29
- name: Download PR number
30
31
32
name: pr-number
33
0 commit comments