Skip to content

Commit

Permalink
Bump codecov/codecov-action to v5
Browse files Browse the repository at this point in the history
A token is now no longer required
  • Loading branch information
Earlopain committed Dec 11, 2024
1 parent 76c2ef5 commit 85851b8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,7 @@ jobs:

- if: env.BLEEDING_EDGE == 'false'
name: Upload Coverage
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
uses: codecov/codecov-action@v5

rubocop:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 85851b8

Please sign in to comment.