diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 406508d5..c62c561d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -79,7 +79,7 @@ jobs: runs-on: ubuntu-latest if: startsWith(github.ref, 'refs/tags/v') steps: - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 with: name: docs - uses: peaceiris/actions-gh-pages@v4