Skip to content

Commit 443ceeb

Browse files
authored
Merge pull request #101 from datawhalechina/dependabot/github_actions/codecov/codecov-action-5
chore(actions): bump codecov/codecov-action from 3 to 5
2 parents 5aba541 + c71c074 commit 443ceeb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
148148
- name: Upload coverage to Codecov
149149
if: matrix.os == 'ubuntu-latest' && matrix.python-version == env.PYTHON_VERSION
150-
uses: codecov/codecov-action@v3
150+
uses: codecov/codecov-action@v5
151151
with:
152152
file: ./coverage.xml
153153
flags: unittests

0 commit comments

Comments
 (0)