Skip to content

Commit f004f7c

Browse files
dependabot[bot]dlemstra
authored andcommitted
Bump codecov/codecov-action from 1 to 3
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1 to 3. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md) - [Commits](codecov/codecov-action@v1...v3) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a661382 commit f004f7c

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
@@ -98,7 +98,7 @@ jobs:
9898
XUNIT_PATH: .\tests\SharedInfrastructure.Tests # Required for xunit
9999

100100
- name: Update Codecov
101-
uses: codecov/codecov-action@v1
101+
uses: codecov/codecov-action@v3
102102
if: matrix.options.codecov == true && startsWith(github.repository, 'SixLabors')
103103
with:
104104
flags: unittests

0 commit comments

Comments
 (0)