Skip to content

Commit e02fc2a

Browse files
chore(deps): bump codecov/codecov-action from 5.5.2 to 5.5.3 (#364)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.5.2 to 5.5.3. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@671740a...1af5884) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 5.5.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tomas Kislan <tomas@kislan.sk>
1 parent 658dc4c commit e02fc2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,15 +113,15 @@ jobs:
113113
VSC_JUPYTER_INSTRUMENT_CODE_FOR_COVERAGE: true
114114

115115
- name: Upload coverage to Codecov
116-
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5
116+
uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5
117117
with:
118118
use_oidc: true
119119
files: coverage/lcov.info
120120
fail_ci_if_error: true
121121

122122
- name: Upload test results to Codecov
123123
if: '!cancelled()'
124-
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5
124+
uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5
125125
with:
126126
use_oidc: true
127127
files: test-results.xml

0 commit comments

Comments
 (0)