diff --git a/.github/workflows/CoverageCollection.yml b/.github/workflows/CoverageCollection.yml index f7dab10..9d7a06e 100644 --- a/.github/workflows/CoverageCollection.yml +++ b/.github/workflows/CoverageCollection.yml @@ -169,7 +169,7 @@ jobs: - name: 📊 Publish coverage at CodeCov continue-on-error: true - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: files: ${{ steps.getVariables.outputs.coverage_report_xml }} flags: unittests diff --git a/.github/workflows/PublishCoverageResults.yml b/.github/workflows/PublishCoverageResults.yml index 5365e46..d096a3d 100644 --- a/.github/workflows/PublishCoverageResults.yml +++ b/.github/workflows/PublishCoverageResults.yml @@ -210,7 +210,7 @@ jobs: - name: 📊 Publish code coverage at CodeCov if: inputs.CodeCov == true continue-on-error: true - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: files: ${{ steps.getVariables.outputs.coverage_report_xml }} flags: unittests