mirror of https://github.com/databricks/cli.git
Update codecov/codecov-action to v3 (#1149)
## Changes v1 has been deprecated for a long time and produces warnings in action output.
This commit is contained in:
parent
8922bf916c
commit
8988920a3e
|
@ -56,7 +56,7 @@ jobs:
|
||||||
run: make test
|
run: make test
|
||||||
|
|
||||||
- name: Publish test coverage
|
- name: Publish test coverage
|
||||||
uses: codecov/codecov-action@v1
|
uses: codecov/codecov-action@v3
|
||||||
|
|
||||||
fmt:
|
fmt:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in New Issue