From 704526322917c41fcd4caee69a35142aaf8dccbd Mon Sep 17 00:00:00 2001 From: Rd Date: Sun, 11 Aug 2024 19:25:12 +0530 Subject: [PATCH] ADding download --- .github/workflows/code_coverage.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/code_coverage.yml b/.github/workflows/code_coverage.yml index 50766dbb06f..d24b9927fdd 100644 --- a/.github/workflows/code_coverage.yml +++ b/.github/workflows/code_coverage.yml @@ -266,14 +266,14 @@ jobs: steps: - uses: actions/checkout@v2 -# - name: Download Coverage Report Artifacts -# - uses: actions/download-artifact@v4 -# with: -# path: coverage-report-artifact -# pattern: coverage-report-* -# merge-multiple: true -# - run: ls -R -# + - name: Download Coverage Report Artifacts + uses: actions/download-artifact@v4 + with: + path: coverage-report-artifact + pattern: coverage-report-* + merge-multiple: true + - run: ls -R + # - name: List Downloaded Artifacts # run: | # echo "Listing everything with pattern of artifact"