diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e9e75964..0ee2260d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -76,7 +76,7 @@ jobs: run: sbt clean coverage sharedData/test coverageReport - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: file: ./target/scala-2.13/scoverage-report/scoverage.xml flags: unittests