Skip to content

Commit

Permalink
Merge pull request #126 from Codex-/renovate/codecov-codecov-action-4.x
Browse files Browse the repository at this point in the history
chore(deps): update codecov/codecov-action action to v4
  • Loading branch information
Codex- committed Mar 3, 2024
2 parents a12f031 + bea64e7 commit db49f4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ jobs:
- name: test
run: npm run test:coverage
- name: codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ jobs:
--ci
- name: codecov # Perform after version publishing
if: steps.test.outcome == 'success'
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4

0 comments on commit db49f4a

Please sign in to comment.