diff --git a/.github/workflows/test-suite.yml b/.github/workflows/test-suite.yml index 34ec036a..1603c4c1 100644 --- a/.github/workflows/test-suite.yml +++ b/.github/workflows/test-suite.yml @@ -45,7 +45,7 @@ jobs: name: jacoco-report path: target/site/jacoco/ - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@f30e4959ba63075080d4f7f90cacc18d9f3fafd7 # v4.0.0 + uses: codecov/codecov-action@e0b68c6749509c5f83f984dd99a76a1c1a231044 # v4.0.1 with: token: ${{ secrets.CODECOV_TOKEN }} files: target/site/jacoco/jacoco.xml