Skip to content

Commit 9618baa

Browse files
Bump codecov/codecov-action from 2 to 3
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2 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@v2...v3) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 25c85f0 commit 9618baa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ jobs:
276276
find . -name '*.gc*' -delete
277277
if: ${{ runner.os != 'macOS' }}
278278
- name: Upload code coverage
279-
uses: codecov/codecov-action@v2
279+
uses: codecov/codecov-action@v3
280280

281281
- uses: actions/upload-artifact@v2
282282
if: failure()

0 commit comments

Comments
 (0)