Skip to content

Commit

Permalink
ADding download
Browse files Browse the repository at this point in the history
  • Loading branch information
Rd4dev committed Aug 11, 2024
1 parent 31cc9d5 commit 7045263
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/code_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7045263

Please sign in to comment.