Skip to content

Commit 4cbc5f5

Browse files
authored
Merge pull request #471 from openedx/dependabot/github_actions/codecov/codecov-action-5
build(deps): bump codecov/codecov-action from 4 to 5
2 parents 41a1c25 + 7bacb29 commit 4cbc5f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949

5050
- name: Run Coverage
5151
if: matrix.python-version == '3.11' && matrix.toxenv=='django42'
52-
uses: codecov/codecov-action@v4
52+
uses: codecov/codecov-action@v5
5353
with:
5454
flags: unittests
5555
fail_ci_if_error: true

0 commit comments

Comments
 (0)