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 ec3059e commit a889eeaCopy full SHA for a889eea
.github/workflows/CI.yml
@@ -53,7 +53,7 @@ jobs:
53
54
- name: Upload the results
55
if: always()
56
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
57
with:
58
token: ${{ secrets.CODECOV_TOKEN }}
59
file: lcov.info
.github/workflows/Downstream.yml
@@ -50,6 +50,6 @@ jobs:
50
exit(0) # Exit immediately, as a success
51
end
52
- uses: julia-actions/julia-processcoverage@v1
- - uses: codecov/codecov-action@v4
+ - uses: codecov/codecov-action@v5
0 commit comments