Skip to content

Commit 41f6664

Browse files
bump codecov/codecov-action from 5.5.3 to 6.0.0
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.5.3 to 6.0.0. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@1af5884...57e3a13) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 827d7e7 commit 41f6664

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
steps.jest.outcome == 'failure'
6767
) &&
6868
startsWith(github.repository, 'LizardByte/')
69-
uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
69+
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
7070
with:
7171
fail_ci_if_error: true
7272
files: ./coverage/python-coverage.xml,./coverage/coverage-final.json
@@ -86,7 +86,7 @@ jobs:
8686
steps.jest.outcome == 'failure'
8787
) &&
8888
startsWith(github.repository, 'LizardByte/')
89-
uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
89+
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
9090
with:
9191
fail_ci_if_error: true
9292
files: ./junit-python.xml,./junit.xml

0 commit comments

Comments
 (0)