Skip to content

Commit

Permalink
Merge pull request #2725 from tarlepp/bug/duplicate-artifact-collect
Browse files Browse the repository at this point in the history
Fixed duplicate name win `upload-artifact` actions
  • Loading branch information
tarlepp committed Mar 31, 2024
2 parents 307d675 + 8ea2796 commit 1b92892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -304,7 +304,7 @@ jobs:
- name: Archive Code Coverage
uses: actions/upload-artifact@v4
with:
name: PhpMetrics
name: CodeCoverage
path: ./build/report

- name: Archive PhpMetrics results
Expand Down

0 comments on commit 1b92892

Please sign in to comment.