diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 22a5ef2..5a20401 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@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}