Skip to content

Commit

Permalink
Merge pull request #41 from codecov/update-to-v5
Browse files Browse the repository at this point in the history
chore(ci): upgrade to v5
  • Loading branch information
thomasrockhu-codecov authored Dec 5, 2024
2 parents 6f0bc36 + 6b8813f commit 8b0d799
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: |
cat codecov_ats/tests_to_skip.txt | xargs pytest --cov app
- name: Upload to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
CODECOV_STATIC_TOKEN: ${{ secrets.CODECOV_STATIC_TOKEN }}
INPUTS_VERBOSE: true
- name: Upload to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down

0 comments on commit 8b0d799

Please sign in to comment.