mirror of
https://github.com/project-zot/zot.git
synced 2025-01-20 22:52:51 -05:00
codecov: upgrade from v1 to v2
Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>
This commit is contained in:
parent
25bacd5aec
commit
408f043f1e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci-cd.yml
vendored
2
.github/workflows/ci-cd.yml
vendored
|
@ -69,7 +69,7 @@ jobs:
|
||||||
OS: ${{ matrix.os }}
|
OS: ${{ matrix.os }}
|
||||||
ARCH: ${{ matrix.arch }}
|
ARCH: ${{ matrix.arch }}
|
||||||
- name: Upload code coverage
|
- name: Upload code coverage
|
||||||
uses: codecov/codecov-action@v1
|
uses: codecov/codecov-action@v2
|
||||||
- if: github.event_name == 'release' && github.event.action == 'published'
|
- if: github.event_name == 'release' && github.event.action == 'published'
|
||||||
name: Publish artifacts on releases
|
name: Publish artifacts on releases
|
||||||
uses: svenstaro/upload-release-action@v2
|
uses: svenstaro/upload-release-action@v2
|
||||||
|
|
Loading…
Add table
Reference in a new issue