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 b0e9f68 commit a1c3b21Copy full SHA for a1c3b21
.github/workflows/ci.yml
@@ -88,7 +88,7 @@ jobs:
88
env:
89
JULIA_LLVM_ARGS: ${{ matrix.llvm_args }}
90
- uses: julia-actions/julia-processcoverage@v1
91
- - uses: codecov/codecov-action@v4
+ - uses: codecov/codecov-action@v5
92
with:
93
token: ${{ secrets.CODECOV_TOKEN }}
94
fail_ci_if_error: false
@@ -168,7 +168,7 @@ jobs:
168
169
170
if: ${{ steps.buildkite-token.outputs.available == 'true' }}
171
172
173
174
0 commit comments