Skip to content

Commit ad1f984

Browse files
Bump codecov/codecov-action from 4 to 5 (#242)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b0ff252 commit ad1f984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
run: |
6060
julia --project=test --color=yes --depwarn=yes --warn-overwrite=yes --check-bounds=yes --startup-file=no --code-coverage=user test/runtests.jl
6161
- uses: julia-actions/julia-processcoverage@v1
62-
- uses: codecov/codecov-action@v4
62+
- uses: codecov/codecov-action@v5
6363
with:
6464
token: ${{ secrets.CODECOV_TOKEN }}
6565
files: lcov.info

0 commit comments

Comments
 (0)