diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index baa407fd5573e..9466b92ff6b64 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -39,7 +39,7 @@ jobs: RUSTDOCFLAGS: --cfg docsrs -D warnings --show-type-layout --generate-link-to-definition --enable-index-page -Zunstable-options - name: Setup Pages if: github.ref_name == 'master' && github.event_name == 'push' - uses: actions/configure-pages@v5 + uses: actions/configure-pages@v6 - name: Upload artifact if: github.ref_name == 'master' && github.event_name == 'push' uses: actions/upload-pages-artifact@v4