File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 9797 needs : extension
9898 steps :
9999 - name : Upload artifacts
100- uses : actions/upload-artifact/merge@v4
100+ uses : actions/upload-artifact/merge@v5
101101 with :
102102 name : artifacts
103103 delete-merged : true
Original file line number Diff line number Diff line change 9999 needs : extension
100100 steps :
101101 - name : Upload artifacts
102- uses : actions/upload-artifact/merge@v4
102+ uses : actions/upload-artifact/merge@v5
103103 with :
104104 name : artifacts
105105 delete-merged : true
Original file line number Diff line number Diff line change 5353 needs : artifacts
5454 steps :
5555 - name : Checkout
56- uses : actions/checkout@v4
56+ uses : actions/checkout@v5
5757
5858 - name : Download artifacts
5959 uses : actions/download-artifact@v5
Original file line number Diff line number Diff line change 3434 -Opcache ${{matrix.opcache}}
3535
3636 - name : Upload artifacts
37- uses : actions/upload-artifact@v4
37+ uses : actions/upload-artifact@v5
3838 with :
3939 name : test-results-${{matrix.arch}}-${{matrix.ts}}-${{matrix.opcache}}
4040 path : test-${{matrix.arch}}-${{matrix.ts}}-${{matrix.opcache}}.xml
Original file line number Diff line number Diff line change 8686 -Ts ${{inputs.ts}}
8787
8888 - name : Upload the build artifact
89- uses : actions/upload-artifact@v4
89+ uses : actions/upload-artifact@v5
9090 with :
9191 name : ${{ steps.build.outputs.artifact }}
9292 path : artifacts/*
You can’t perform that action at this time.
0 commit comments