diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 5fa4847..252d338 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -31,7 +31,7 @@ jobs: - run: chmod -c -R +rX "target/doc" - run: echo "" > target/doc/index.html - if: github.event_name == 'push' && github.ref == 'refs/heads/main' - uses: actions/upload-pages-artifact@v4 + uses: actions/upload-pages-artifact@v5 with: path: target/doc/