Skip to content

Commit 9abb8c9

Browse files
authored
Merge pull request #2867 from bcgov/dependabot/github_actions/codecov/codecov-action-7
chore(deps): bump codecov/codecov-action from 6 to 7
2 parents 5ae1815 + 597554d commit 9abb8c9

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/analytics-api-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
run: |
102102
make test
103103
- name: Upload coverage to Codecov
104-
uses: codecov/codecov-action@v6
104+
uses: codecov/codecov-action@v7
105105
with:
106106
flags: analyticsapi
107107
name: codecov-analytics-api

.github/workflows/engagement-api-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
make test
115115
116116
- name: Upload coverage to Codecov
117-
uses: codecov/codecov-action@v6
117+
uses: codecov/codecov-action@v7
118118
with:
119119
flags: api
120120
name: codecov-engagement-api

.github/workflows/engagement-web-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
run: |
6868
npm test -- --coverage
6969
- name: Upload coverage to Codecov
70-
uses: codecov/codecov-action@v6
70+
uses: codecov/codecov-action@v7
7171
with:
7272
flags: web
7373
name: codecov-engagement-web

0 commit comments

Comments
 (0)