Skip to content

Commit 5c296ce

Browse files
authored
Merge pull request #20 from SixLabors/dependabot/github_actions/codecov/codecov-action-4
Bump codecov/codecov-action from 3 to 4
2 parents 33fa73b + 5fb1e4c commit 5c296ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
path: tests/Images/ActualOutput/
113113

114114
- name: Update Codecov
115-
uses: codecov/codecov-action@v3
115+
uses: codecov/codecov-action@v4
116116
if: matrix.options.codecov == true && startsWith(github.repository, 'SixLabors')
117117
with:
118118
flags: unittests

0 commit comments

Comments
 (0)