Skip to content

Commit

Permalink
Merge pull request #7 from dcpesses/feature/codecov-actions-v4
Browse files Browse the repository at this point in the history
Update codecov/codecov-actions to 4.0.2
  • Loading branch information
dcpesses authored Feb 26, 2024
2 parents b520934 + 55dcea1 commit c7fa805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
name: coverage

- name: 📈 Upload coverage to Codecov
uses: codecov/codecov-action@v3.1.5
uses: codecov/codecov-action@v4.0.2
with:
token: ${{ secrets.CODECOV_TOKEN }}

Expand Down

0 comments on commit c7fa805

Please sign in to comment.