Skip to content

Commit 7bc4885

Browse files
chore(deps): update codecov/codecov-action action to v3 (#272)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 832f72c commit 7bc4885

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
- run: yarn test
2020
env:
2121
CI: true
22-
- uses: codecov/codecov-action@v2
22+
- uses: codecov/codecov-action@v3

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- run: yarn install
2626
- run: yarn run test
2727
- run: yarn run build
28-
- uses: codecov/codecov-action@v2
28+
- uses: codecov/codecov-action@v3
2929

3030
- if: ${{ steps.release.outputs.release_created }}
3131
run: yarn publish

0 commit comments

Comments
 (0)