Skip to content

Commit

Permalink
Merge pull request #552 from pytest-dev/dependabot/github_actions/cod…
Browse files Browse the repository at this point in the history
…ecov/codecov-action-5

build(deps): bump codecov/codecov-action from 4 to 5
  • Loading branch information
bluetech authored Nov 19, 2024
2 parents ad684fb + 94c2001 commit 3d2b886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:

- name: Upload coverage
if: matrix.use_coverage && github.repository == 'pytest-dev/pluggy'
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
continue-on-error: true
with:
fail_ci_if_error: true
Expand Down

0 comments on commit 3d2b886

Please sign in to comment.