diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 716bbcd..344455b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -24,7 +24,7 @@ jobs: - run: scripts/integration_test # https://github.com/marketplace/actions/codecov - run: ./mvnw -V --no-transfer-progress -P gen-code-cov clean package - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} # https://remarkablemark.org/blog/2017/10/12/check-git-dirty/