diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9eaf28a..5bac334 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -170,7 +170,7 @@ jobs: - name: "📦 Upload GitHub Pages artifact" if: ${{ success() && !cancelled() && github.ref == 'refs/heads/main' && steps.check-docs.outputs.exists == 'true' }} - uses: actions/upload-pages-artifact@v4 + uses: actions/upload-pages-artifact@v5 with: path: '${{ github.workspace }}/${{ env.DOCS_PATH }}/site' name: github-pages