Browse Source

Merge pull request #3097 from SixLabors/dependabot/github_actions/codecov/codecov-action-6

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

2
.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

Loading…
Cancel
Save