Skip to content

Commit 96be3e8

Browse files
committed
fix: fix artifacts name conflicts
Signed-off-by: Fery Wardiyanto <ferywardiyanto@gmail.com>
1 parent 2a13740 commit 96be3e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ on:
88
jobs:
99
publish:
1010
name: Publish Release
11-
uses: projek-xyz/actions/.github/workflows/release.yml@main
11+
uses: feryardiant/actions/.github/workflows/release.yml@main

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
uses: actions/upload-artifact@v4
106106
if: needs.prepare.outputs.has-codeclimate == 'true'
107107
with:
108-
name: test-reports-${{ matrix.php }}
108+
name: test-reports-php${{ matrix.php }}-${{ matrix.db }}
109109
path: tests/reports
110110

111111
reports:

0 commit comments

Comments
 (0)