Skip to content

Commit

Permalink
set github action to v4 for codecov to pick up action releases
Browse files Browse the repository at this point in the history
  • Loading branch information
willingc authored and lwasser committed Aug 1, 2024
1 parent a2063f7 commit e6dd530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
update-reviews
update-review-teams
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.0.2
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true
Expand Down

0 comments on commit e6dd530

Please sign in to comment.