Skip to content

Commit

Permalink
Artifact name conflicts saving to a common default directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Rd4dev committed Aug 11, 2024
1 parent 010b7ec commit 50a2a91
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/code_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,6 @@ jobs:
- name: Upload Coverage Report
uses: actions/upload-artifact@v4
with:
name: coverage-report-artifact
path: coverage_reports

collect-coverage-reports:
Expand Down Expand Up @@ -309,7 +308,7 @@ jobs:
path: coverage_reports/CoverageReport.md

publish_coverage_report:
name: Upload Code Coverage Report
name: Publish Code Coverage Report
needs: collect-coverage-reports
permissions:
pull-requests: write
Expand Down

0 comments on commit 50a2a91

Please sign in to comment.