Skip to content

Commit 33bd5ef

Browse files
committed
Quick update to upload-artifacts v4
1 parent fbd15da commit 33bd5ef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .github/workflows/CI.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,9 @@ jobs:
8787
# sudo chmod u+x ./selenium-server-standalone.jar
8888
# xvfb-run --auto-servernum python atest/run.py --zip headlesschrome --grid True
8989

90-
- uses: actions/upload-artifact@v3
90+
- uses: actions/upload-artifact@v4
9191
if: failure()
9292
with:
9393
name: SeleniumLibrary Test results
9494
path: atest/zip_results
95+
overwrite: true

0 commit comments

Comments
 (0)