Skip to content

Commit f3eea80

Browse files
authored
chore(deps): update codecov/codecov-action action to v7 (#2612)
1 parent e524a14 commit f3eea80

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959

6060
- name: Upload Vitest coverage to Codecov
6161
if: ${{ !contains(github.event.head_commit.message, 'chore(release)') }}
62-
uses: codecov/codecov-action@v6
62+
uses: codecov/codecov-action@v7
6363
env:
6464
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
6565
with:
@@ -70,7 +70,7 @@ jobs:
7070

7171
- name: Retry Codecov upload when 1st try failed
7272
if: ${{ failure() && !contains(github.event.head_commit.message, 'chore(release)') }}
73-
uses: codecov/codecov-action@v6
73+
uses: codecov/codecov-action@v7
7474
env:
7575
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
7676
with:

.github/workflows/test-angular.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757

5858
- name: Upload Angular Vitest coverage to Codecov
5959
if: ${{ !contains(github.event.head_commit.message, 'chore(release)') }}
60-
uses: codecov/codecov-action@v6
60+
uses: codecov/codecov-action@v7
6161
env:
6262
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
6363
with:

0 commit comments

Comments
 (0)