Skip to content

Commit 07f2c87

Browse files
authored
Update GitHub Actions to use latest versions
1 parent 8f0077b commit 07f2c87

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/CI.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ jobs:
1616
browser: [chrome] # firefox, chrome, headlesschrome, edge
1717

1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v6
2020
- name: Set up Python ${{ matrix.python-version }} with Robot Framework ${{ matrix.rf-version }}
21-
uses: actions/setup-python@v5
21+
uses: actions/setup-python@v6
2222
with:
2323
python-version: ${{ matrix.python-version }}
2424
- name: Setup Chrome
25-
uses: browser-actions/setup-chrome@v1
25+
uses: browser-actions/setup-chrome@v2
2626
with:
2727
chrome-version: 138
2828
install-dependencies: true
@@ -95,9 +95,9 @@ jobs:
9595
# sudo chmod u+x ./selenium-server-standalone.jar
9696
# xvfb-run --auto-servernum python atest/run.py --zip headlesschrome --grid True
9797

98-
- uses: actions/upload-artifact@v4
98+
- uses: actions/upload-artifact@v7
9999
if: failure()
100100
with:
101101
name: sl_$${{ matrix.python-version }}_$${{ matrix.rf-version }}_$${{ matrix.selenium-version }}_$${{ matrix.browser }}
102102
path: atest/zip_results
103-
overwrite: true
103+
overwrite: true

0 commit comments

Comments
 (0)