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 1bba3f6 commit b915e65Copy full SHA for b915e65
.github/workflows/deploy-preview.yml
@@ -18,7 +18,7 @@ jobs:
18
if: ${{ github.event.workflow_run.conclusion == 'success' }}
19
steps:
20
- name: Download build artifact
21
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
22
id: preview-build-artifact
23
with:
24
name: preview-build
0 commit comments