From 393dad1790e7e91d467a5a459cff0cd33421c5b9 Mon Sep 17 00:00:00 2001 From: David Murphy Date: Fri, 20 Sep 2024 09:20:34 -0600 Subject: [PATCH] Removed commented out name --- .github/workflows/ci.yml | 1 - .github/workflows/nightly.yml | 1 - .github/workflows/scheduled.yml | 1 - .github/workflows/templates/ci.yml.jinja | 1 - 4 files changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 75b6e8aa196..d69a3c0de02 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2027,7 +2027,6 @@ jobs: id: get-coverage-reports uses: actions/download-artifact@v4 with: - ## name: all-testrun-coverage-artifacts path: artifacts/coverage/ pattern: all-testrun-coverage-artifacts* merge-multiple: true diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index afa043b118a..c6627b25610 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -2089,7 +2089,6 @@ jobs: id: get-coverage-reports uses: actions/download-artifact@v4 with: - ## name: all-testrun-coverage-artifacts path: artifacts/coverage/ pattern: all-testrun-coverage-artifacts* merge-multiple: true diff --git a/.github/workflows/scheduled.yml b/.github/workflows/scheduled.yml index caec0e546a9..b26b5267b69 100644 --- a/.github/workflows/scheduled.yml +++ b/.github/workflows/scheduled.yml @@ -2066,7 +2066,6 @@ jobs: id: get-coverage-reports uses: actions/download-artifact@v4 with: - ## name: all-testrun-coverage-artifacts path: artifacts/coverage/ pattern: all-testrun-coverage-artifacts* merge-multiple: true diff --git a/.github/workflows/templates/ci.yml.jinja b/.github/workflows/templates/ci.yml.jinja index f105c30ca45..073c03ae170 100644 --- a/.github/workflows/templates/ci.yml.jinja +++ b/.github/workflows/templates/ci.yml.jinja @@ -370,7 +370,6 @@ id: get-coverage-reports uses: actions/download-artifact@v4 with: - ## name: all-testrun-coverage-artifacts path: artifacts/coverage/ pattern: all-testrun-coverage-artifacts* merge-multiple: true