File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 continue-on-error : true
2727 - name : Upload test log
2828 if : steps.make-check.outcome == 'failure'
29- uses : actions/upload-artifact@v4
29+ uses : actions/upload-artifact@v7
3030 with :
3131 name : test-suite-log-linux-${{ matrix.compiler }}
3232 path : test-suite.log
5959 continue-on-error : true
6060 - name : Upload test log
6161 if : steps.make-check.outcome == 'failure'
62- uses : actions/upload-artifact@v4
62+ uses : actions/upload-artifact@v7
6363 with :
6464 name : test-suite-log-macos-${{ matrix.compiler }}
6565 path : test-suite.log
9696 continue-on-error : true
9797 - name : Upload test log
9898 if : steps.make-check.outcome == 'failure'
99- uses : actions/upload-artifact@v4
99+ uses : actions/upload-artifact@v7
100100 with :
101101 name : test-suite-log-windows
102102 path : test-suite.log
Original file line number Diff line number Diff line change 1616 fuzz-seconds : 600
1717 dry-run : false
1818 - name : Upload Crash
19- uses : actions/upload-artifact@v4
19+ uses : actions/upload-artifact@v7
2020 if : failure()
2121 with :
2222 name : artifacts
You can’t perform that action at this time.
0 commit comments