Skip to content

Commit

Permalink
chore(deps): update codecov/codecov-action action to v5 (#289)
Browse files Browse the repository at this point in the history
* chore(deps): update codecov/codecov-action action to v5

* Remove CODECOV_TOKEN

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Justin Hall <[email protected]>
  • Loading branch information
renovate[bot] and wKovacs64 authored Nov 17, 2024
1 parent 3171e47 commit 3788ea6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,8 @@ jobs:
run: npm run test:coverage

- name: ☂ Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true

build:
Expand Down

0 comments on commit 3788ea6

Please sign in to comment.