diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ae4eba94..cff4822d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,7 +60,7 @@ jobs: if: ${{ github.event_name == 'push' && success() }} with: junit_files: coverage/junit.xml - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v6 if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' && success() && matrix.node-version == '24.x' }} with: name: docs-artifact