diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index cbcb81771..78e2756f5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -28,7 +28,7 @@ jobs: cid: ${{ steps.deploy.outputs.cid }} steps: - name: Download build artifact - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: docs-build-${{ github.event.workflow_run.id }} path: ${{ env.BUILD_PATH }} @@ -68,7 +68,7 @@ jobs: url: ${{ steps.deployment.outputs.page_url }} steps: - name: Download build artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: name: docs-build-${{ github.event.workflow_run.id }} path: docs-build