diff --git a/.github/workflows/tests_primary.yml b/.github/workflows/tests_primary.yml index 1d24f0d767..0a7653a162 100644 --- a/.github/workflows/tests_primary.yml +++ b/.github/workflows/tests_primary.yml @@ -69,7 +69,7 @@ jobs: if: always() && github.event_name == 'pull_request' with: name: blob-report-${{ github.run_attempt }} - path: blob-report + path: test-results/blob-report retention-days: 30 test_linux_chromium_tot: @@ -150,7 +150,7 @@ jobs: if: always() && github.event_name == 'pull_request' with: name: blob-report-${{ github.run_attempt }} - path: blob-report + path: test-results/blob-report retention-days: 30 test_web_components: diff --git a/.github/workflows/tests_secondary.yml b/.github/workflows/tests_secondary.yml index 180469d43f..ba85748ef6 100644 --- a/.github/workflows/tests_secondary.yml +++ b/.github/workflows/tests_secondary.yml @@ -216,7 +216,7 @@ jobs: if: always() && github.event_name == 'pull_request' with: name: blob-report-${{ github.run_attempt }} - path: blob-report + path: test-results/blob-report retention-days: 30 chrome_stable_linux: