Skip to content

Commit 563b041

Browse files
Merge pull request #317 from SixLabors/dependabot/github_actions/codecov/codecov-action-4
Bump codecov/codecov-action from 3 to 4
2 parents ac272a2 + 81d08b4 commit 563b041

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
path: tests/Images/ActualOutput/
158158

159159
- name: Codecov Update
160-
uses: codecov/codecov-action@v3
160+
uses: codecov/codecov-action@v4
161161
if: matrix.options.codecov == true && startsWith(github.repository, 'SixLabors')
162162
with:
163163
flags: unittests

0 commit comments

Comments
 (0)