Skip to content

Commit 81d690c

Browse files
dependabot[bot]effigies
authored andcommitted
Bump codecov/codecov-action from 3 to 4
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v3...v4) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 056b48f commit 81d690c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/contrib.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- name: Run tests
7272
run: tools/ci/check.sh
7373
if: ${{ matrix.check != 'skiptests' }}
74-
- uses: codecov/codecov-action@v3
74+
- uses: codecov/codecov-action@v4
7575
with:
7676
file: coverage.xml
7777
if: ${{ always() }}

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
- name: Run tests
146146
run: tools/ci/check.sh
147147
if: ${{ matrix.check != 'skiptests' }}
148-
- uses: codecov/codecov-action@v3
148+
- uses: codecov/codecov-action@v4
149149
with:
150150
file: coverage.xml
151151
if: ${{ always() }}

0 commit comments

Comments
 (0)