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 02303ea + 7f04004 commit 72f1e3dCopy full SHA for 72f1e3d
.github/workflows/preview.yml
@@ -21,7 +21,7 @@ jobs:
21
if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success'
22
steps:
23
- name: Download PR Artifact
24
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
25
with:
26
run-id: ${{ github.event.workflow_run.id }}
27
name: site
0 commit comments