File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 62
62
run : ./src/main/scripts/execute-command.sh integration-tests
63
63
- name : Save RobotFramework reports
64
64
if : ${{ failure() }}
65
- uses : actions/upload-artifact@v4.4.3 # https://github.com/actions/upload-artifact
65
+ uses : actions/upload-artifact@v4.5.0 # https://github.com/actions/upload-artifact
66
66
with :
67
67
name : robotframework-reports
68
68
path : target/robotframework-reports/
Original file line number Diff line number Diff line change 90
90
./src/main/scripts/execute-command.sh integration-tests
91
91
- name : Save RobotFramework reports
92
92
if : ${{ failure() }}
93
- uses : actions/upload-artifact@v4.4.3 # https://github.com/actions/upload-artifact
93
+ uses : actions/upload-artifact@v4.5.0 # https://github.com/actions/upload-artifact
94
94
with :
95
95
name : robotframework-reports
96
96
path : target/robotframework-reports/
Original file line number Diff line number Diff line change 67
67
run : ./src/main/scripts/execute-command.sh integration-tests
68
68
- name : Save RobotFramework reports
69
69
if : ${{ failure() }}
70
- uses : actions/upload-artifact@v4.4.3 # https://github.com/actions/upload-artifact
70
+ uses : actions/upload-artifact@v4.5.0 # https://github.com/actions/upload-artifact
71
71
with :
72
72
name : robotframework-reports
73
73
path : target/robotframework-reports/
You can’t perform that action at this time.
0 commit comments