diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e7a32bdbd..05c0d6840 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: run: ./mvnw integration-test failsafe:verify -Pitest -B -T4 - name: Upload coverage information - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: "${{ secrets.CODECOV_TOKEN }}" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index de0bd0ae7..7a0c04c1b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -52,7 +52,7 @@ jobs: if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/snapshot-producer' - name: Upload coverage information to CodeCov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: "${{ secrets.CODECOV_TOKEN }}"