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 65
65
run : ./src/main/scripts/execute-command.sh integration-tests
66
66
- name : Save RobotFramework reports
67
67
if : ${{ failure() }}
68
- uses : actions/upload-artifact@v4.6.0 # https://github.com/actions/upload-artifact
68
+ uses : actions/upload-artifact@v4.6.1 # https://github.com/actions/upload-artifact
69
69
with :
70
70
name : robotframework-reports
71
71
path : target/robotframework-reports/
Original file line number Diff line number Diff line change 93
93
./src/main/scripts/execute-command.sh integration-tests
94
94
- name : Save RobotFramework reports
95
95
if : ${{ failure() }}
96
- uses : actions/upload-artifact@v4.6.0 # https://github.com/actions/upload-artifact
96
+ uses : actions/upload-artifact@v4.6.1 # https://github.com/actions/upload-artifact
97
97
with :
98
98
name : robotframework-reports
99
99
path : target/robotframework-reports/
Original file line number Diff line number Diff line change 70
70
run : ./src/main/scripts/execute-command.sh integration-tests
71
71
- name : Save RobotFramework reports
72
72
if : ${{ failure() }}
73
- uses : actions/upload-artifact@v4.6.0 # https://github.com/actions/upload-artifact
73
+ uses : actions/upload-artifact@v4.6.1 # https://github.com/actions/upload-artifact
74
74
with :
75
75
name : robotframework-reports
76
76
path : target/robotframework-reports/
You can’t perform that action at this time.
0 commit comments