Skip to content

Commit

Permalink
chore(deps): update codecov/codecov-action action to v5 (#251)
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] authored Nov 18, 2024
1 parent 9f386fe commit 9c447ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
cache: yarn
- run: yarn install --frozen-lockfile
- run: yarn test
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v5
2 changes: 1 addition & 1 deletion .github/workflows/vue-2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
- run: yarn install
- run: yarn add --dev vue@2 vuex@3 @vue/test-utils@1
- run: yarn test
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v5

0 comments on commit 9c447ab

Please sign in to comment.