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 9ef1262 commit d16917cCopy full SHA for d16917c
.github/workflows/tests.yaml
@@ -98,7 +98,7 @@ jobs:
98
_REZ_ENSURE_TEST_SHELLS: ${{ matrix.shells }}
99
100
- name: Upload coverage reports to Codecov
101
- uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
+ uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
102
# Run on both success and failure, but only if coverage.xml exists.
103
if: ${{ hashFiles('coverage.xml') != '' && (steps.tests.outcome == 'success' || steps.tests.outcome == 'failure') }}
104
with:
0 commit comments