Skip to content

Commit

Permalink
chore(deps): update codecov/codecov-action action to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and sonofmagic committed Nov 19, 2024
1 parent 673d8b0 commit 632b660
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: pnpm run build
- name: Test
run: pnpm run test
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v5
- name: Release
run: npx semantic-release
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
- run: pnpm build
- run: pnpm test

- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v5

0 comments on commit 632b660

Please sign in to comment.