Skip to content

Commit 20fbc7d

Browse files
Merge pull request #47 from SixLabors/dependabot/github_actions/codecov/codecov-action-4
Bump codecov/codecov-action from 3 to 4
2 parents 13749e5 + 12c7bbb commit 20fbc7d

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
@@ -68,7 +68,7 @@ jobs:
6868
XUNIT_PATH: .\tests\SharedInfrastructure.Tests # Required for xunit
6969

7070
- name: Update Codecov
71-
uses: codecov/codecov-action@v3
71+
uses: codecov/codecov-action@v4
7272
if: matrix.options.codecov == true && startsWith(github.repository, 'SixLabors')
7373
with:
7474
flags: unittests

0 commit comments

Comments
 (0)