Skip to content

Commit 5fc087a

Browse files
Merge pull request #2840 from SixLabors/dependabot/github_actions/codecov/codecov-action-5
Bump codecov/codecov-action from 4 to 5
2 parents e24be5c + 0d4aa3e commit 5fc087a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/code-coverage.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@ jobs:
9393
path: tests/Images/ActualOutput/
9494

9595
- name: Codecov Update
96-
uses: codecov/codecov-action@v4
96+
uses: codecov/codecov-action@v5
9797
if: matrix.options.codecov == true && startsWith(github.repository, 'SixLabors')
9898
with:
9999
flags: unittests
100+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)