Downgrade to actions/upload-artifact@v3
All checks were successful
Chaos Ci / test-and-benchmark (push) Successful in 2m37s
All checks were successful
Chaos Ci / test-and-benchmark (push) Successful in 2m37s
This commit is contained in:
@@ -40,8 +40,9 @@ jobs:
|
|||||||
lcov --ignore-errors inconsistent,mismatch -c -d build-debug/ -o lcovout
|
lcov --ignore-errors inconsistent,mismatch -c -d build-debug/ -o lcovout
|
||||||
genhtml lcovout -o coverage-report
|
genhtml lcovout -o coverage-report
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: CoverageReport
|
name: CoverageReport
|
||||||
path: coverage-report/
|
path: coverage-report/
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
include-hidden-files: true
|
||||||
|
|||||||
Reference in New Issue
Block a user