Skip to content

Commit fb3ac7d

Browse files
Bump codecov/codecov-action from 5 to 6 in the github-actions group (#671)
Bumps the github-actions group with 1 update: [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `codecov/codecov-action` from 5 to 6 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v5...v6) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4730a3e commit fb3ac7d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci_tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
134134
- name: Upload coverage to Codecov
135135
if: github.repository == 'EMMC-ASBL/oteapi-core'
136-
uses: codecov/codecov-action@v5
136+
uses: codecov/codecov-action@v6
137137
with:
138138
token: ${{ secrets.CODECOV_TOKEN }}
139139
files: coverage.xml
@@ -145,7 +145,7 @@ jobs:
145145

146146
- name: Upload strategies coverage to Codecov
147147
if: github.repository == 'EMMC-ASBL/oteapi-core'
148-
uses: codecov/codecov-action@v5
148+
uses: codecov/codecov-action@v6
149149
with:
150150
token: ${{ secrets.CODECOV_TOKEN }}
151151
files: strategies.xml
@@ -195,7 +195,7 @@ jobs:
195195
196196
- name: Upload coverage to Codecov
197197
if: github.repository == 'EMMC-ASBL/oteapi-core'
198-
uses: codecov/codecov-action@v5
198+
uses: codecov/codecov-action@v6
199199
with:
200200
token: ${{ secrets.CODECOV_TOKEN }}
201201
files: coverage.xml
@@ -207,7 +207,7 @@ jobs:
207207

208208
- name: Upload strategies coverage to Codecov
209209
if: github.repository == 'EMMC-ASBL/oteapi-core'
210-
uses: codecov/codecov-action@v5
210+
uses: codecov/codecov-action@v6
211211
with:
212212
token: ${{ secrets.CODECOV_TOKEN }}
213213
files: strategies.xml

0 commit comments

Comments
 (0)