diff --git a/.github/workflows/code-coverage.yaml b/.github/workflows/code-coverage.yaml index a5a28e1fdef..0f50460b54c 100644 --- a/.github/workflows/code-coverage.yaml +++ b/.github/workflows/code-coverage.yaml @@ -26,7 +26,7 @@ jobs: run: mvn verify -P jacoco --batch-mode --also-make --projects matsim -Dmaven.test.redirectTestOutputToFile -Dmatsim.preferLocalDtds=true - name: Push coverage to CodeCov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: files: ./matsim/target/site/jacoco/jacoco.xml