We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 179d631 commit 1dfb5c0Copy full SHA for 1dfb5c0
.github/workflows/ci-future.yml
@@ -42,7 +42,7 @@ jobs:
42
- uses: julia-actions/julia-buildpkg@v1
43
- uses: julia-actions/julia-runtest@v1
44
- uses: julia-actions/julia-processcoverage@v1
45
- - uses: codecov/codecov-action@v4
+ - uses: codecov/codecov-action@v5
46
with:
47
fail_ci_if_error: true
48
file: lcov.info
.github/workflows/ci.yml
@@ -47,7 +47,7 @@ jobs:
49
50
51
52
53
0 commit comments