diff --git a/.github/workflows/octopoes-tests.yml b/.github/workflows/octopoes-tests.yml index ee9962c4c96..e39ba7e9c93 100644 --- a/.github/workflows/octopoes-tests.yml +++ b/.github/workflows/octopoes-tests.yml @@ -26,4 +26,4 @@ jobs: uses: actions/upload-artifact@v4 with: name: octopoes-coverage-unit - path: octopoes/coverage.xml + path: coverage.xml