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 fbd15da commit 33bd5efCopy full SHA for 33bd5ef
.github/workflows/CI.yml
@@ -87,8 +87,9 @@ jobs:
87
# sudo chmod u+x ./selenium-server-standalone.jar
88
# xvfb-run --auto-servernum python atest/run.py --zip headlesschrome --grid True
89
90
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
91
if: failure()
92
with:
93
name: SeleniumLibrary Test results
94
path: atest/zip_results
95
+ overwrite: true
0 commit comments