diff --git a/.github/workflows/publish-docs.yml b/.github/workflows/publish-docs.yml index cf3967276..4e4136058 100644 --- a/.github/workflows/publish-docs.yml +++ b/.github/workflows/publish-docs.yml @@ -17,7 +17,7 @@ jobs: run: echo "$GITHUB_CONTEXT" - name: Download artifact - uses: dawidd6/action-download-artifact@v7 + uses: dawidd6/action-download-artifact@v8 if: github.event.workflow_run.conclusion == 'success' with: github_token: ${{ secrets.GITHUB_TOKEN }}