Skip to content

Commit 15546f7

Browse files
chore: change artifact name (#343)
fix `"an artifact with this name already exists"` error
1 parent 9012d65 commit 15546f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
SPLUNK_HOME=/opt/splunk/ poetry run pytest --junitxml=test-results/results.xml -v tests/integration
139139
- uses: actions/upload-artifact@v4
140140
with:
141-
name: test-splunk
141+
name: test-splunk-${{ matrix.splunk.version }}-${{ matrix.python-version }}
142142
path: test-results
143143

144144
publish:

0 commit comments

Comments
 (0)