diff --git a/.github/workflows/AutoDiffIntegration.yml b/.github/workflows/AutoDiffIntegration.yml index 8bad383ec..061bb9d79 100644 --- a/.github/workflows/AutoDiffIntegration.yml +++ b/.github/workflows/AutoDiffIntegration.yml @@ -36,7 +36,7 @@ jobs: GROUP: AD AD: ${{ inputs.AD }} - uses: julia-actions/julia-processcoverage@v1 - - uses: codecov/codecov-action@v6 + - uses: codecov/codecov-action@v7 if: github.actor != 'dependabot[bot]' with: files: lcov.info diff --git a/.github/workflows/DynamicPPL.yml b/.github/workflows/DynamicPPL.yml index 43b8b39d3..291d65a5b 100644 --- a/.github/workflows/DynamicPPL.yml +++ b/.github/workflows/DynamicPPL.yml @@ -35,7 +35,7 @@ jobs: GROUP: DynamicPPL AD: ReverseDiff - uses: julia-actions/julia-processcoverage@v1 - - uses: codecov/codecov-action@v6 + - uses: codecov/codecov-action@v7 if: github.actor != 'dependabot[bot]' with: files: lcov.info diff --git a/.github/workflows/Tests.yml b/.github/workflows/Tests.yml index 059c7a40f..0fb715712 100644 --- a/.github/workflows/Tests.yml +++ b/.github/workflows/Tests.yml @@ -35,7 +35,7 @@ jobs: GROUP: All AD: ReverseDiff - uses: julia-actions/julia-processcoverage@v1 - - uses: codecov/codecov-action@v6 + - uses: codecov/codecov-action@v7 if: github.actor != 'dependabot[bot]' with: files: lcov.info