Skip to content

Commit

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

Bump codecov/codecov-action from 4.6.0 to 5.1.1
  • Loading branch information
gmaze authored Dec 12, 2024
2 parents 95ac46e + cb2db8e commit 2ee6e6e
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/codecov-action@v4.6.0
uses: codecov/codecov-action@v5.1.1
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/codecov-action@v4.6.0
uses: codecov/codecov-action@v5.1.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./cov.xml
Expand Down

0 comments on commit 2ee6e6e

Please sign in to comment.