Skip to content

Commit 84bb1a9

Browse files
committed
chore(deps): update codecov/codecov-action action to v4
1 parent ae99f30 commit 84bb1a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ jobs:
1313
cache: yarn
1414
- run: yarn install --frozen-lockfile
1515
- run: yarn test
16-
- uses: codecov/codecov-action@v3
16+
- uses: codecov/codecov-action@v4

.github/workflows/vue-2.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ jobs:
1414
- run: yarn install
1515
- run: yarn add --dev vue@2 vuex@3 @vue/test-utils@1
1616
- run: yarn test
17-
- uses: codecov/codecov-action@v3
17+
- uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)