File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ jobs:
11
11
matrix :
12
12
python-version : [3.8, 3.11] # 3.12, pypy-3.9
13
13
rf-version : [5.0.1, 6.1.1, 7.0]
14
- selenium-version : [4.14.0, 4.15.2, 4.16.0, 4.17.0]
14
+ selenium-version : [4.14.0, 4.15.2, 4.16.0] # 4.17.0, 4.18.0
15
15
16
16
steps :
17
- - uses : actions/checkout@v3
17
+ - uses : actions/checkout@v4
18
18
- name : Set up Python ${{ matrix.python-version }} with Robot Framework ${{ matrix.rf-version }}
19
- uses : actions/setup-python@v4
19
+ uses : actions/setup-python@v5
20
20
with :
21
21
python-version : ${{ matrix.python-version }}
22
22
- name : Setup Chrome
99
99
- uses : actions/upload-artifact@v1
100
100
if : success() || failure()
101
101
with :
102
- name : SeleniumLibrary Test results
102
+ name : SeleniumLibrary Test results ${{ matrix.python-version }} ${{ matrix.rf-version}} ${{ matrix.selenium-version}}
103
103
path : atest/zip_results
You can’t perform that action at this time.
0 commit comments