From 997c431a1ecc8875aa2ceeaf42b92460374f6d85 Mon Sep 17 00:00:00 2001 From: James Jackson-South Date: Tue, 3 Feb 2026 16:06:02 +1000 Subject: [PATCH] Update code-coverage.yml --- .github/workflows/code-coverage.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/code-coverage.yml b/.github/workflows/code-coverage.yml index a7278a8175..07ce0408fb 100644 --- a/.github/workflows/code-coverage.yml +++ b/.github/workflows/code-coverage.yml @@ -93,7 +93,8 @@ jobs: path: tests/Images/ActualOutput/ - name: Codecov Update - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 if: matrix.options.codecov == true && startsWith(github.repository, 'SixLabors') with: flags: unittests + token: ${{ secrets.CODECOV_TOKEN }}