diff --git a/.github/workflows/build_lint_test.yaml b/.github/workflows/build_lint_test.yaml index ed093325..99c7db71 100644 --- a/.github/workflows/build_lint_test.yaml +++ b/.github/workflows/build_lint_test.yaml @@ -30,5 +30,5 @@ jobs: uses: actions/upload-artifact@v3 with: name: test-coverage - html_file: htmlcov/index.html + path: htmlcov/index.html retention-days: 5