diff --git a/.github/workflows/publish-docs.yml b/.github/workflows/publish-docs.yml index 6c2643252..a7c61b5ce 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@v2 + uses: dawidd6/action-download-artifact@v3 if: github.event.workflow_run.conclusion == 'success' with: github_token: ${{ secrets.GITHUB_TOKEN }}