Skip to content

Commit 96cd7a5

Browse files
Merge pull request #29 from SixLabors/dependabot/github_actions/codecov/codecov-action-6
Bump codecov/codecov-action from 5 to 6
2 parents d94e943 + 8505956 commit 96cd7a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/code-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
XUNIT_PATH: .\tests\PolygonClipper.Tests # Required for xunit
8181

8282
- name: Codecov Update
83-
uses: codecov/codecov-action@v5
83+
uses: codecov/codecov-action@v6
8484
if: matrix.options.codecov == true && startsWith(github.repository, 'SixLabors')
8585
with:
8686
flags: unittests

0 commit comments

Comments
 (0)