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 5050 env : ${{ matrix.env || env }}
5151
5252 - name : Upload test results (on failure)
53- uses : actions/upload-artifact@v4
53+ uses : actions/upload-artifact@v5
5454 if : failure()
5555 with :
5656 name : abi-check
Original file line number Diff line number Diff line change 6767 uses : rhaschke/industrial_ci@master
6868
6969 - name : Upload test artifacts (on failure)
70- uses : actions/upload-artifact@v4
70+ uses : actions/upload-artifact@v5
7171 if : failure()
7272 with :
7373 name : test-results
Original file line number Diff line number Diff line change 3737 uses : rhaschke/industrial_ci@master
3838
3939 - name : Upload test artifacts (on failure)
40- uses : actions/upload-artifact@v4
40+ uses : actions/upload-artifact@v5
4141 if : failure()
4242 with :
4343 name : test-results
You can’t perform that action at this time.
0 commit comments