Skip to content

Commit 6f63b30

Browse files
Bump codecov/codecov-action from 1 to 4 (#390)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1 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@v1...v4) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e9594ad commit 6f63b30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
env:
9393
JULIA_LLVM_ARGS: ${{ matrix.llvm_args }}
9494
- uses: julia-actions/julia-processcoverage@v1
95-
- uses: codecov/codecov-action@v1
95+
- uses: codecov/codecov-action@v4
9696
with:
9797
token: ${{ secrets.CODECOV_TOKEN }}
9898
fail_ci_if_error: false
@@ -144,7 +144,7 @@ jobs:
144144
env:
145145
JULIA_LLVM_ARGS: ${{ matrix.llvm_args }}
146146
- uses: julia-actions/julia-processcoverage@v1
147-
- uses: codecov/codecov-action@v1
147+
- uses: codecov/codecov-action@v4
148148
with:
149149
token: ${{ secrets.CODECOV_TOKEN }}
150150
fail_ci_if_error: false

0 commit comments

Comments
 (0)