upload artifacts v3
This commit is contained in:
2
.github/workflows/short-tests.yml
vendored
2
.github/workflows/short-tests.yml
vendored
@@ -20,7 +20,7 @@ jobs:
|
||||
run: | # TODO: at this moment only Home Assistant component is tested
|
||||
go test -v --short ./components/homeassistant/... -cover -coverprofile=cover.out
|
||||
- name: Upload coverage report
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: coverage-report_build_${{ github.run_number }}
|
||||
path: ${{ github.workspace }}/src/cover.out
|
||||
|
||||
Reference in New Issue
Block a user