File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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
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
You can’t perform that action at this time.
0 commit comments