We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f135fb commit b54e4baCopy full SHA for b54e4ba
.github/workflows/CI.yml
@@ -96,6 +96,6 @@ jobs:
96
- uses: actions/upload-artifact@v4
97
if: failure()
98
with:
99
- name: SeleniumLibrary Test results
+ name: sl_$${{ matrix.python-version }}_$${{ matrix.rf-version }}_$${{ matrix.selenium-version }}_$${{ matrix.browser }}
100
path: atest/zip_results
101
overwrite: true
0 commit comments