Skip to content

Commit

Permalink
chore(deps): update codecov/codecov-action action to v5 (#422)
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 Feb 3, 2025
1 parent d491f34 commit 6e1ed2f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ jobs:
git switch -c "actual-branch-not-detached-head"
npx lerna@6 version --allow-branch actual-branch-not-detached-head --no-git-tag-version --no-changelog --no-push --yes
- name: Coverage Report
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v5
2 changes: 1 addition & 1 deletion .github/workflows/publish-from-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Test
run: npm run test
- name: Coverage Report
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v5
- name: Publish to NPM from package.json versions
run: npx lerna@6 publish from-package --yes
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Test
run: npm run test
- name: Coverage Report
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v5
- name: Update automation/lerna/version branch
run: |
git switch -C automation/lerna/version
Expand Down

0 comments on commit 6e1ed2f

Please sign in to comment.