diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 22a5ef2..575aa48 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,7 +69,7 @@ jobs: -Dsonar.testExecutionReportPaths=test-report.xml - name: "Report: Coverage" - uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3.1.4 + uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}