diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 08a5d34..5905142 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -29,7 +29,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@v2 + uses: actions/upload-pages-artifact@v3 with: path: target/doc/