Skip to content

Commit

Permalink
Merge pull request #426 from euroargodev/dependabot/github_actions/co…
Browse files Browse the repository at this point in the history
…decov/codecov-action-5.1.2

Bump codecov/codecov-action from 5.1.1 to 5.1.2
  • Loading branch information
gmaze authored Jan 9, 2025
2 parents 3581d91 + 2bd5eb3 commit a2af40f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pytests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
continue-on-error: true

- name: Upload coverage to Codecov
uses: codecov/[email protected].1
uses: codecov/[email protected].2
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./cov.xml
Expand Down Expand Up @@ -261,7 +261,7 @@ jobs:
continue-on-error: true

- name: Upload coverage to Codecov
uses: codecov/[email protected].1
uses: codecov/[email protected].2
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./cov.xml
Expand Down

0 comments on commit a2af40f

Please sign in to comment.