diff --git a/action.yml b/action.yml index 8c6732e..6a5fa71 100644 --- a/action.yml +++ b/action.yml @@ -726,7 +726,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@v4.5.0 + uses: codecov/codecov-action@v4.6.0 with: files: ${{ steps.exportable-coverage-files.outputs.paths }} flags: ${{ inputs.testing-type }}