diff --git a/.github/workflows/get-metrics.yml b/.github/workflows/get-metrics.yml index 418a22b..48b9633 100644 --- a/.github/workflows/get-metrics.yml +++ b/.github/workflows/get-metrics.yml @@ -45,7 +45,7 @@ jobs: - uses: actions/upload-artifact@v4 with: name: report - path: ./report.json + path: ./log/report.json if-no-files-found: error retention-days: 5 overwrite: true