Skip to content

Commit 525a20c

Browse files
authored
Merge pull request #632 from openedx/dependabot/github_actions/codecov/codecov-action-6
build: bump codecov/codecov-action from 5 to 6
2 parents c5b9fe6 + 478822c commit 525a20c

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
@@ -38,7 +38,7 @@ jobs:
3838

3939
- name: Run Coverage
4040
if: matrix.python-version == '3.12' && matrix.toxenv=='django52'
41-
uses: codecov/codecov-action@v5
41+
uses: codecov/codecov-action@v6
4242
with:
4343
flags: unittests
4444
fail_ci_if_error: true

0 commit comments

Comments
 (0)