Skip to content

Commit

Permalink
Merge pull request #16 from yegor256/renovate/codecov-codecov-action-4.x
Browse files Browse the repository at this point in the history
Update codecov/codecov-action action to v4
  • Loading branch information
yegor256 authored Jul 10, 2024
2 parents 328c87b + ad132a8 commit 7fb1e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
ruby-version: 2.7
- run: bundle update
- run: bundle exec rake
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 7fb1e46

Please sign in to comment.