diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6479e23..e60b9fc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: - run: cargo doc --no-deps --document-private-items --workspace - name: Upload doc artifact if: github.ref == 'refs/heads/master' - uses: actions/upload-pages-artifact@v3 + uses: actions/upload-pages-artifact@v5 with: path: target/doc @@ -32,7 +32,7 @@ jobs: pages: write id-token: write steps: - - uses: actions/deploy-pages@v4 + - uses: actions/deploy-pages@v5 build: needs: check