diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 08eb4faf87..36351f7c83 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -76,7 +76,7 @@ jobs: if: ${{ matrix.mode == 'baseline' }} - name: "Report: Coverage" - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 if: ${{ matrix.mode == 'baseline' }} with: token: ${{ secrets.CODECOV_TOKEN }}