diff --git a/.github/workflows/ci_integration.yml b/.github/workflows/ci_integration.yml index 5d8b736a..5bbea013 100644 --- a/.github/workflows/ci_integration.yml +++ b/.github/workflows/ci_integration.yml @@ -54,7 +54,7 @@ jobs: INTEGRATION_PAT_GITLAB: ${{ secrets.INTEGRATION_PAT_GITLAB }} INTEGRATION_REPO_SSH_KEY_GITLAB: ${{ secrets.INTEGRATION_REPO_SSH_KEY_GITLAB }} - uses: julia-actions/julia-processcoverage@v1 - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 with: file: lcov.info token: ${{ secrets.CODECOV_TOKEN }}