We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a5b069 commit db047d9Copy full SHA for db047d9
.github/workflows/ci.yml
@@ -51,7 +51,7 @@ jobs:
51
52
# - name: "Cover"
53
- uses: julia-actions/julia-processcoverage@v1
54
- - uses: codecov/codecov-action@v4
+ - uses: codecov/codecov-action@v5
55
if: ${{ matrix.version == '1' && matrix.os == 'ubuntu-latest' }}
56
with:
57
file: lcov.info
0 commit comments