File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 37
37
run : ./src/main/scripts/execute-command.sh integration-tests
38
38
- name : Save RobotFramework reports
39
39
if : ${{ failure() }}
40
- uses : actions/upload-artifact@v3.1.1 # https://github.com/actions/upload-artifact
40
+ uses : actions/upload-artifact@v4.0.0 # https://github.com/actions/upload-artifact
41
41
with :
42
42
name : robotframework-reports
43
43
path : target/robotframework-reports/
Original file line number Diff line number Diff line change 78
78
./src/main/scripts/execute-command.sh integration-tests
79
79
- name : Save RobotFramework reports
80
80
if : ${{ failure() }}
81
- uses : actions/upload-artifact@v3.1.1 # https://github.com/actions/upload-artifact
81
+ uses : actions/upload-artifact@v4.0.0 # https://github.com/actions/upload-artifact
82
82
with :
83
83
name : robotframework-reports
84
84
path : target/robotframework-reports/
Original file line number Diff line number Diff line change 55
55
run : ./src/main/scripts/execute-command.sh integration-tests
56
56
- name : Save RobotFramework reports
57
57
if : ${{ failure() }}
58
- uses : actions/upload-artifact@v3.1.1 # https://github.com/actions/upload-artifact
58
+ uses : actions/upload-artifact@v4.0.0 # https://github.com/actions/upload-artifact
59
59
with :
60
60
name : robotframework-reports
61
61
path : target/robotframework-reports/
You can’t perform that action at this time.
0 commit comments