File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 run : sha256sum offscreen-${{ env.VERSION }}.tar.gz > offscreen-${{ env.VERSION }}.sha256
2929
3030 - name : Upload checksum artifact
31- uses : actions/upload-artifact@v5
31+ uses : actions/upload-artifact@v6
3232 with :
3333 name : offscreen-${{ env.VERSION }}.sha256
3434 path : offscreen-${{ env.VERSION }}.sha256
Original file line number Diff line number Diff line change 3636 gzip offscreen-${{ env.VERSION }}.tar
3737
3838 - name : Upload artifact
39- uses : actions/upload-artifact@v5
39+ uses : actions/upload-artifact@v6
4040 with :
4141 name : offscreen-${{ env.VERSION }}.tar.gz
4242 path : offscreen-${{ env.VERSION }}.tar.gz
Original file line number Diff line number Diff line change 4949 run : ctest -C ${{env.BUILD_TYPE}}
5050
5151 - name : Upload Test Results
52- uses : actions/upload-artifact@v5
52+ uses : actions/upload-artifact@v6
5353 if : ${{ always() }}
5454 with :
5555 name : Test Results(${{ matrix.os }})
Original file line number Diff line number Diff line change 5757 run : ctest -C ${{env.BUILD_TYPE}}
5858
5959 - name : Upload Test Results
60- uses : actions/upload-artifact@v5
60+ uses : actions/upload-artifact@v6
6161 if : ${{ always() }}
6262 with :
6363 name : Test Results(${{ matrix.os }})
You can’t perform that action at this time.
0 commit comments