mirror of https://github.com/databricks/cli.git
Update codecov/codecov-action to v4 (#1291)
## Changes This addresses a Node 16 deprecation warning in our GHA output. Full release notes of v4 at https://github.com/codecov/codecov-action/releases/tag/v4.0.0
This commit is contained in:
parent
c49c8cc04c
commit
4f2c6150e7
|
@ -56,7 +56,7 @@ jobs:
|
||||||
run: make test
|
run: make test
|
||||||
|
|
||||||
- name: Publish test coverage
|
- name: Publish test coverage
|
||||||
uses: codecov/codecov-action@v3
|
uses: codecov/codecov-action@v4
|
||||||
|
|
||||||
fmt:
|
fmt:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in New Issue