Skip to content

Commit ad2ab89

Browse files
chore(deps): update codecov/codecov-action action to v6.0.1 (#261)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bc56732 commit ad2ab89

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@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
69+
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
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@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
89+
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
9090
with:
9191
fail_ci_if_error: true
9292
files: ./junit-python.xml,./junit.xml

0 commit comments

Comments
 (0)