Skip to content

Commit

Permalink
chore(ci-deps): update codecov/codecov-action action to v3 (#491)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 1, 2023
1 parent b08ad88 commit 0c1a738
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ jobs:
]
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: Upload coverage to Codecov
if: matrix.node-version == '12.x'
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3

- name: Run Build
run: yarn build

0 comments on commit 0c1a738

Please sign in to comment.