Skip to content
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.

Commit

Permalink
Merge pull request #406 from Codex-/renovate/codecov-codecov-action-3.x
Browse files Browse the repository at this point in the history
Update codecov/codecov-action action to v3
  • Loading branch information
Codex- committed Sep 15, 2022
2 parents 37ab1d6 + 1d26662 commit 097c66f
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 @@ -51,4 +51,4 @@ jobs:
- name: test
run: npm run test -- --coverage
- name: codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ jobs:
--ci
- name: codecov # Perform after version publishing
if: steps.test.outcome == 'success'
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3

0 comments on commit 097c66f

Please sign in to comment.