Skip to content

Commit dcf6fa1

Browse files
Bump codecov/codecov-action from 5 to 6 in the actions group (#421)
Bumps the 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: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent da5f3fb commit dcf6fa1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
133133
- name: Upload coverage to Codecov
134134
if: github.repository == 'EMMC-ASBL/oteapi-dlite'
135-
uses: codecov/codecov-action@v5
135+
uses: codecov/codecov-action@v6
136136
with:
137137
token: ${{ secrets.CODECOV_TOKEN }}
138138
files: coverage.xml
@@ -144,7 +144,7 @@ jobs:
144144

145145
- name: Upload strategies coverage to Codecov
146146
if: github.repository == 'EMMC-ASBL/oteapi-dlite'
147-
uses: codecov/codecov-action@v5
147+
uses: codecov/codecov-action@v6
148148
with:
149149
token: ${{ secrets.CODECOV_TOKEN }}
150150
files: strategies.xml

0 commit comments

Comments
 (0)