Skip to content

Commit f0bcae8

Browse files
chore(deps): update codecov/codecov-action action to v7
1 parent 21b1114 commit f0bcae8

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
@@ -70,7 +70,7 @@ jobs:
7070
steps.jest.outcome == 'failure'
7171
) &&
7272
startsWith(github.repository, 'LizardByte/')
73-
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
73+
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
7474
with:
7575
fail_ci_if_error: true
7676
files: ./coverage/python-coverage.xml,./coverage/coverage-final.json
@@ -89,7 +89,7 @@ jobs:
8989
steps.jest.outcome == 'failure'
9090
) &&
9191
startsWith(github.repository, 'LizardByte/')
92-
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
92+
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
9393
with:
9494
fail_ci_if_error: true
9595
files: ./junit-python.xml,./junit.xml

0 commit comments

Comments
 (0)