Skip to content

Commit 434c3cc

Browse files
Bump codecov/codecov-action from 6 to 7
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 6 to 7. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v6...v7) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 14ccc45 commit 434c3cc

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
@@ -72,7 +72,7 @@ jobs:
7272

7373
- name: Upload coverage to Codecov
7474
if: ${{ matrix.step == 'unit' }}
75-
uses: codecov/codecov-action@v6
75+
uses: codecov/codecov-action@v7
7676
with:
7777
fail_ci_if_error: true
7878
token: ${{ secrets.CODECOV_TOKEN }}
@@ -128,7 +128,7 @@ jobs:
128128
- name: "Test upgrading CWL conformance tests & running them"
129129
run: ./conformance-test.sh
130130
- name: Upload coverage to Codecov
131-
uses: codecov/codecov-action@v6
131+
uses: codecov/codecov-action@v7
132132
with:
133133
fail_ci_if_error: true
134134
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)