diff --git a/.github/workflows/code-coverage.yml b/.github/workflows/code-coverage.yml index 16ae0317dc..4ad43bb995 100644 --- a/.github/workflows/code-coverage.yml +++ b/.github/workflows/code-coverage.yml @@ -93,7 +93,7 @@ jobs: path: tests/Images/ActualOutput/ - 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