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 3737 run : ./src/main/scripts/execute-command.sh integration-tests
3838 - name : Save RobotFramework reports
3939 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
4141 with :
4242 name : robotframework-reports
4343 path : target/robotframework-reports/
Original file line number Diff line number Diff line change 7878 ./src/main/scripts/execute-command.sh integration-tests
7979 - name : Save RobotFramework reports
8080 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
8282 with :
8383 name : robotframework-reports
8484 path : target/robotframework-reports/
Original file line number Diff line number Diff line change 5555 run : ./src/main/scripts/execute-command.sh integration-tests
5656 - name : Save RobotFramework reports
5757 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
5959 with :
6060 name : robotframework-reports
6161 path : target/robotframework-reports/
You can’t perform that action at this time.
0 commit comments