Skip to content

Commit

Permalink
chore: update codecov action to v4 (#692)
Browse files Browse the repository at this point in the history
  • Loading branch information
homura authored May 21, 2024
1 parent d483b92 commit bf4dd3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Run test with coverage
run: pnpm run test-coverage

- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
files: ./coverage/cobertura-coverage.xml
Expand Down

1 comment on commit bf4dd3f

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀 New canary release: 0.0.0-canary-bf4dd3f-20240521064153

npm install @ckb-lumos/[email protected]

Please sign in to comment.