diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6a5dd2c343..5d3bc05f81 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -162,7 +162,7 @@ jobs: - name: 🚀 Publish Coverage Comment if: always() && github.event_name == 'pull_request' continue-on-error: true - uses: marocchino/sticky-pull-request-comment@v2 + uses: marocchino/sticky-pull-request-comment@v3 with: header: 'Coverage' path: 'coverage/summary/SummaryGithub.md' @@ -170,7 +170,7 @@ jobs: - name: 🚀 Publish Codecov Coverage if: always() && (github.event_name != 'pull_request' && github.event_name != 'pull_request_target') || ((github.event_name == 'pull_request' || github.event_name == 'pull_request_target') && github.event.pull_request.user.login != 'renovate[bot]' && github.event.pull_request.user.login != 'dependabot[bot]') continue-on-error: true - uses: codecov/codecov-action@v5.5.2 + uses: codecov/codecov-action@v6.0.0 with: name: 'actions' token: '${{ secrets.CODECOV_TOKEN }}'