mirror of
https://github.com/kairos-io/immucore.git
synced 2025-09-18 16:28:35 +00:00
Update codecov/codecov-action action to v4 (#219)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/unit-tests.yaml
vendored
2
.github/workflows/unit-tests.yaml
vendored
@@ -45,7 +45,7 @@ jobs:
|
|||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: earthly +test
|
run: earthly +test
|
||||||
- name: Codecov
|
- name: Codecov
|
||||||
uses: codecov/codecov-action@v3
|
uses: codecov/codecov-action@v4
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.CODECOV_TOKEN }}
|
token: ${{ secrets.CODECOV_TOKEN }}
|
||||||
file: ./coverage.out
|
file: ./coverage.out
|
||||||
|
Reference in New Issue
Block a user