diff --git a/.github/workflows/CoverageCollection.yml b/.github/workflows/CoverageCollection.yml index 8ae5de0..e5df5df 100644 --- a/.github/workflows/CoverageCollection.yml +++ b/.github/workflows/CoverageCollection.yml @@ -172,7 +172,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 8f5ac53..8a01fc1 100644 --- a/.github/workflows/PublishCoverageResults.yml +++ b/.github/workflows/PublishCoverageResults.yml @@ -213,7 +213,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