We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 13749e5 + 12c7bbb commit 20fbc7dCopy full SHA for 20fbc7d
.github/workflows/build-and-test.yml
@@ -68,7 +68,7 @@ jobs:
68
XUNIT_PATH: .\tests\SharedInfrastructure.Tests # Required for xunit
69
70
- name: Update Codecov
71
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
72
if: matrix.options.codecov == true && startsWith(github.repository, 'SixLabors')
73
with:
74
flags: unittests
0 commit comments