Browse Source

Merge pull request #2840 from SixLabors/dependabot/github_actions/codecov/codecov-action-5

Bump codecov/codecov-action from 4 to 5
pull/3061/head
James Jackson-South 3 months ago
committed by GitHub
parent
commit
5fc087a242
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 3
      .github/workflows/code-coverage.yml

3
.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 }}

Loading…
Cancel
Save