Skip to content

Commit 6aa401d

Browse files
Yuri VerweijYuri Verweij
Yuri Verweij
authored and
Yuri Verweij
committed
updated actions and filename
1 parent fcaf8c2 commit 6aa401d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
matrix:
1212
python-version: [3.8, 3.11] # 3.12, pypy-3.9
1313
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
1515

1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818
- 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
2020
with:
2121
python-version: ${{ matrix.python-version }}
2222
- name: Setup Chrome
@@ -99,5 +99,5 @@ jobs:
9999
- uses: actions/upload-artifact@v1
100100
if: success() || failure()
101101
with:
102-
name: SeleniumLibrary Test results
102+
name: SeleniumLibrary Test results ${{ matrix.python-version }} ${{ matrix.rf-version}} ${{ matrix.selenium-version}}
103103
path: atest/zip_results

0 commit comments

Comments
 (0)