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 83f717d + 78bf301 commit dbbe7dcCopy full SHA for dbbe7dc
.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@v5
+ uses: actions/download-artifact@v7
25
with:
26
run-id: ${{ github.event.workflow_run.id }}
27
name: site
0 commit comments