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 d79c72e commit da394f8Copy full SHA for da394f8
.github/workflows/ci.yml
@@ -57,7 +57,7 @@ jobs:
57
coverage: ${{ matrix.version == '1' && matrix.os == 'ubuntu-latest' && matrix.arch == 'x64' }}
58
- uses: julia-actions/julia-processcoverage@v1
59
if: matrix.version == '1' && matrix.os == 'ubuntu-latest' && matrix.arch == 'x64'
60
- - uses: codecov/codecov-action@v4
+ - uses: codecov/codecov-action@v5
61
62
with:
63
fail_ci_if_error: true
0 commit comments