Skip to content

Commit b54e4ba

Browse files
committed
Uniquely name the artifacts
1 parent 3f135fb commit b54e4ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,6 @@ jobs:
9696
- uses: actions/upload-artifact@v4
9797
if: failure()
9898
with:
99-
name: SeleniumLibrary Test results
99+
name: sl_$${{ matrix.python-version }}_$${{ matrix.rf-version }}_$${{ matrix.selenium-version }}_$${{ matrix.browser }}
100100
path: atest/zip_results
101101
overwrite: true

0 commit comments

Comments
 (0)