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 fea0b82 commit 7ea4330Copy full SHA for 7ea4330
.github/workflows/ci_integration.yml
@@ -54,7 +54,7 @@ jobs:
54
INTEGRATION_PAT_GITLAB: ${{ secrets.INTEGRATION_PAT_GITLAB }}
55
INTEGRATION_REPO_SSH_KEY_GITLAB: ${{ secrets.INTEGRATION_REPO_SSH_KEY_GITLAB }}
56
- uses: julia-actions/julia-processcoverage@v1
57
- - uses: codecov/codecov-action@v3
+ - uses: codecov/codecov-action@v4
58
with:
59
file: lcov.info
60
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments