Skip to content

Commit

Permalink
Merge pull request #37 from codecov/update-to-v4
Browse files Browse the repository at this point in the history
chore(ci): upgrade to v4
  • Loading branch information
thomasrockhu-codecov authored Apr 2, 2024
2 parents 409cb41 + 70191ab commit a555dab
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-beta
uses: codecov/codecov-action@v4
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-beta
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down

0 comments on commit a555dab

Please sign in to comment.