diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5edf3a0c..ae92f614 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -314,7 +314,7 @@ jobs: run: sbt '++ ${{ matrix.scala }}' coverage test coverageAggregate - name: Upload coverage report - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }}