diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 70c08db..a8ec3ab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -110,7 +110,7 @@ jobs: name: code-coverage-report-${{ matrix.flags }} path: cobertura.xml - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v4.6.0 + uses: codecov/codecov-action@v5.1.2 if: "!contains(github.event.head_commit.message, '[skip codecov]')" with: token: ${{ secrets.CODECOV_TOKEN }}