diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ba8b6d08..64ef5696 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,7 +62,7 @@ jobs: junit_files: coverage/junit.xml # - name: Publish Code Coverage # run: npx codecov - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' && success() }} with: name: docs-artifact