Skip to content

Commit a1c3b21

Browse files
Bump codecov/codecov-action from 4 to 5 (#491)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v4...v5) --- 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 b0e9f68 commit a1c3b21

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
@@ -88,7 +88,7 @@ jobs:
8888
env:
8989
JULIA_LLVM_ARGS: ${{ matrix.llvm_args }}
9090
- uses: julia-actions/julia-processcoverage@v1
91-
- uses: codecov/codecov-action@v4
91+
- uses: codecov/codecov-action@v5
9292
with:
9393
token: ${{ secrets.CODECOV_TOKEN }}
9494
fail_ci_if_error: false
@@ -168,7 +168,7 @@ jobs:
168168
JULIA_LLVM_ARGS: ${{ matrix.llvm_args }}
169169
- uses: julia-actions/julia-processcoverage@v1
170170
if: ${{ steps.buildkite-token.outputs.available == 'true' }}
171-
- uses: codecov/codecov-action@v4
171+
- uses: codecov/codecov-action@v5
172172
if: ${{ steps.buildkite-token.outputs.available == 'true' }}
173173
with:
174174
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)