diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 0766f20e..c02365dd 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -41,7 +41,7 @@ jobs: env: JULIA_NUM_THREADS: 4 - uses: julia-actions/julia-processcoverage@v1 - - uses: codecov/codecov-action@v6 + - uses: codecov/codecov-action@v7 with: files: lcov.info docs: diff --git a/.github/workflows/Integration.yml b/.github/workflows/Integration.yml index 0b5bcf3d..b4d5a2f0 100644 --- a/.github/workflows/Integration.yml +++ b/.github/workflows/Integration.yml @@ -65,6 +65,6 @@ jobs: echo "This action requires the downstream dependencies' branches to be set to their main/master to succeed. Please switch them back and ensure tests pass before merging" exit 1 - uses: julia-actions/julia-processcoverage@v1 - - uses: codecov/codecov-action@v6 + - uses: codecov/codecov-action@v7 with: files: lcov.info