Skip to content

Commit 3d2b886

Browse files
authored
Merge pull request #552 from pytest-dev/dependabot/github_actions/codecov/codecov-action-5
build(deps): bump codecov/codecov-action from 4 to 5
2 parents ad684fb + 94c2001 commit 3d2b886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

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

118118
- name: Upload coverage
119119
if: matrix.use_coverage && github.repository == 'pytest-dev/pluggy'
120-
uses: codecov/codecov-action@v4
120+
uses: codecov/codecov-action@v5
121121
continue-on-error: true
122122
with:
123123
fail_ci_if_error: true

0 commit comments

Comments
 (0)