diff --git a/.github/workflows/code-coverage.yml b/.github/workflows/code-coverage.yml index 35281a2..e68d84c 100644 --- a/.github/workflows/code-coverage.yml +++ b/.github/workflows/code-coverage.yml @@ -80,7 +80,7 @@ jobs: XUNIT_PATH: .\tests\PolygonClipper.Tests # Required for xunit - name: Codecov Update - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 if: matrix.options.codecov == true && startsWith(github.repository, 'SixLabors') with: flags: unittests