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