diff --git a/.github/workflows/deploy_docs.yml b/.github/workflows/deploy_docs.yml index 0e4fc1965e..5596209ade 100644 --- a/.github/workflows/deploy_docs.yml +++ b/.github/workflows/deploy_docs.yml @@ -33,7 +33,7 @@ jobs: - name: Add HTML redirect to doc root run: echo '' > target/x86_64-unknown-none/doc/index.html - uses: actions/configure-pages@v6 - - uses: actions/upload-pages-artifact@v4 + - uses: actions/upload-pages-artifact@v5 with: path: target/x86_64-unknown-none/doc - uses: actions/deploy-pages@v5