diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 07befa8..70c08db 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.5.0 + uses: codecov/codecov-action@v4.6.0 if: "!contains(github.event.head_commit.message, '[skip codecov]')" with: token: ${{ secrets.CODECOV_TOKEN }}