Skip to content

Commit

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

Bump codecov/codecov-action from 4.5.0 to 4.6.0
  • Loading branch information
gmaze authored Oct 15, 2024
2 parents f34eb23 + 8064f9d commit 6a47e30
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.5.0
uses: codecov/codecov-action@v4.6.0
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.5.0
uses: codecov/codecov-action@v4.6.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./cov.xml
Expand Down

0 comments on commit 6a47e30

Please sign in to comment.