We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 005c37f commit 1dbfe2eCopy full SHA for 1dbfe2e
dotnet-test-action/action.yaml
@@ -58,7 +58,7 @@ runs:
58
working-directory: ${{ inputs.working-directory }}
59
- name: 📄 Upload Code Coverage to CodeCov
60
if: inputs.codecov-token != ''
61
- uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
+ uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
62
with:
63
files: ${{ steps.get_coverage_files.outputs.COVERAGE_FILES }}
64
fail_ci_if_error: true
0 commit comments