diff --git a/action.yml b/action.yml index 1cb503e..1b0e99b 100644 --- a/action.yml +++ b/action.yml @@ -732,7 +732,7 @@ runs: Send the coverage data over to https://codecov.io/gh/${{ github.repository }} if: steps.exportable-coverage-files.outputs.paths != '' - uses: codecov/codecov-action@v5.5.1 + uses: codecov/codecov-action@v5.5.2 with: files: ${{ steps.exportable-coverage-files.outputs.paths }} flags: ${{ inputs.testing-type }}