We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34d2048 commit 10ae3c9Copy full SHA for 10ae3c9
.github/workflows/ci.yml
@@ -55,7 +55,7 @@ jobs:
55
coverage: ${{ matrix.version == '1' && matrix.os == 'ubuntu-latest' && matrix.arch == 'x64' }}
56
- uses: julia-actions/julia-processcoverage@v1
57
if: matrix.version == '1' && matrix.os == 'ubuntu-latest' && matrix.arch == 'x64'
58
- - uses: codecov/codecov-action@v4
+ - uses: codecov/codecov-action@v5
59
60
with:
61
fail_ci_if_error: true
0 commit comments