Skip to content

Commit 309f29c

Browse files
authored
1 parent 8075f84 commit 309f29c

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-${{ matrix.splunk.version }}-${{ matrix.python-version }}
141+
name: test-splunk-${{ matrix.splunk.version }}
142142
path: test-results
143143

144144
publish:

0 commit comments

Comments
 (0)