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 281df8c commit 0c0f556Copy full SHA for 0c0f556
.github/actions/upload-coverage/action.yml
@@ -27,7 +27,7 @@ runs:
27
# COVERAGE UPLOAD TO CODECOV
28
# Uploads coverage data with specific flags for categorization
29
- name: Upload coverage to Codecov
30
- uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5
+ uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5
31
with:
32
files: ${{ inputs.coverage-file }}
33
flags: ${{ inputs.flags }}
0 commit comments