Skip to content

Commit 9fb790b

Browse files
Bump codecov/codecov-action from 3 to 4 (#87)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent aca70fa commit 9fb790b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-noavx2.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
env:
5656
JULIA_NUM_THREADS: ${{ matrix.threads }}
5757
- uses: julia-actions/julia-processcoverage@v1
58-
- uses: codecov/codecov-action@v3
58+
- uses: codecov/codecov-action@v4
5959
with:
6060
file: lcov.info
6161
docs:

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
env:
5757
JULIA_NUM_THREADS: ${{ matrix.threads }}
5858
- uses: julia-actions/julia-processcoverage@v1
59-
- uses: codecov/codecov-action@v3
59+
- uses: codecov/codecov-action@v4
6060
with:
6161
file: lcov.info
6262
docs:

0 commit comments

Comments
 (0)