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 beb5746 commit fdaee6cCopy full SHA for fdaee6c
.github/workflows/ci.yml
@@ -52,7 +52,7 @@ jobs:
52
coverage: ${{ matrix.version == '1' && matrix.os == 'ubuntu-latest' && matrix.arch == 'x64' }}
53
- uses: julia-actions/julia-processcoverage@v1
54
if: matrix.version == '1' && matrix.os == 'ubuntu-latest' && matrix.arch == 'x64'
55
- - uses: codecov/codecov-action@v4
+ - uses: codecov/codecov-action@v5
56
57
with:
58
fail_ci_if_error: true
0 commit comments