diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 406508d5..aa4d1611 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@v6 with: name: docs - uses: peaceiris/actions-gh-pages@v4