Skip to content

Commit

Permalink
Merge pull request #232 from kitsuyui/renovate/codecov-codecov-action…
Browse files Browse the repository at this point in the history
…-4.x

chore(deps): update codecov/codecov-action action to v4
  • Loading branch information
kitsuyui authored Sep 15, 2023
2 parents 4b7c98d + 6402668 commit 11a9247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: pnpm build

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: coverage/cobertura-coverage.xml
Expand Down

0 comments on commit 11a9247

Please sign in to comment.