Skip to content

Commit

Permalink
ci: de-duplicate artifact names (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
lengau committed Jan 2, 2024
1 parent 1534c9f commit 9d0916f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
if: success() || failure()
uses: actions/upload-artifact@v4
with:
name: test-results-${{ matrix.platform }}
name: unit-test-results-${{ matrix.platform }}
path: results/
integration:
strategy:
Expand Down Expand Up @@ -114,5 +114,5 @@ jobs:
if: success() || failure()
uses: actions/upload-artifact@v4
with:
name: test-results-${{ matrix.platform }}
name: integration-test-results-${{ matrix.platform }}
path: results/

0 comments on commit 9d0916f

Please sign in to comment.