diff --git a/.github/workflows/test-suite.yml b/.github/workflows/test-suite.yml index 6ce88f32..fe7a31b1 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@54bcd8715eee62d40e33596ef5e8f0f48dbbccab # v4.1.0 with: token: ${{ secrets.CODECOV_TOKEN }} files: target/site/jacoco/jacoco.xml