We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae99f30 commit e79d2d3Copy full SHA for e79d2d3
.github/workflows/main.yml
@@ -13,4 +13,4 @@ jobs:
13
cache: yarn
14
- run: yarn install --frozen-lockfile
15
- run: yarn test
16
- - uses: codecov/codecov-action@v3
+ - uses: codecov/codecov-action@v4
.github/workflows/vue-2.yml
@@ -14,4 +14,4 @@ jobs:
- run: yarn install
- run: yarn add --dev vue@2 vuex@3 @vue/test-utils@1
17
0 commit comments