File tree 1 file changed +5
-5
lines changed 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 9
9
test :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v3
12
+ - uses : actions/checkout@v2
13
13
- name : Run Tests
14
- uses : joonvena/robotframework-docker-action@v1.0
14
+ uses : joonvena/robotframework-docker-action@v1.1
15
15
with :
16
16
# browser: chrome
17
17
robot_tests_dir : tests
18
18
- name : Upload Test Report
19
- uses : actions/upload-artifact@v1
19
+ uses : actions/upload-artifact@v4.4.0
20
20
if : always()
21
21
with :
22
22
name : reports
@@ -28,10 +28,10 @@ jobs:
28
28
runs-on : ubuntu-latest
29
29
steps :
30
30
- name : Download reports
31
- uses : actions/download-artifact@v1
31
+ uses : actions/download-artifact@v4
32
32
with :
33
33
name : reports
34
34
- name : Send report to commit
35
- uses : joonvena/robotframework-reporter-action@v2.1
35
+ uses : joonvena/robotframework-reporter-action@v2.5
36
36
with :
37
37
gh_access_token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments