From 4c120393cb091e1a73b4cb5264aa0f4e0d64e0c9 Mon Sep 17 00:00:00 2001 From: jbannon Date: Fri, 29 Apr 2022 07:19:10 +0000 Subject: [PATCH] path --- .github/workflows/build_lint_test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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