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 3ff7d08 commit 7513dafCopy full SHA for 7513daf
.github/workflows/deploy.yml
@@ -28,7 +28,7 @@ jobs:
28
cid: ${{ steps.deploy.outputs.cid }}
29
steps:
30
- name: Download build artifact
31
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
32
with:
33
name: docs-build-${{ github.event.workflow_run.id }}
34
path: ${{ env.BUILD_PATH }}
0 commit comments