diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 6a47e19..e21382c 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -15,7 +15,7 @@ jobs: uses: dawidd6/action-download-artifact@v2 with: workflow: ci.yml - path: . + path: ./ - name: Upload test coverage uses: codecov/codecov-action@v1 - name: Install dependencies