diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index a299e58a..da063167 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -149,7 +149,7 @@ jobs: XUNIT_PATH: .\tests\ImageSharp.Web.Tests # Required for xunit - name: Codecov Update - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 if: matrix.options.codecov == true && startsWith(github.repository, 'SixLabors') with: flags: unittests