Skip to content

Commit df9210c

Browse files
chore(deps): update codecov/codecov-action action to v7 (#7079)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent eb6c4e6 commit df9210c

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@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
69+
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
7070
with:
7171
fail_ci_if_error: true
7272
files: ./coverage/python-coverage.xml,./coverage/coverage-final.json
@@ -85,7 +85,7 @@ jobs:
8585
steps.jest.outcome == 'failure'
8686
) &&
8787
startsWith(github.repository, 'LizardByte/')
88-
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
88+
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
8989
with:
9090
fail_ci_if_error: true
9191
files: ./junit-python.xml,./junit.xml

0 commit comments

Comments
 (0)