File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2121 working-directory : ${{ github.workspace }}
2222 run : .\make.ps1 --nuget
2323
24- - uses : actions/upload-artifact@v2
24+ - uses : actions/upload-artifact@v4
2525 name : Upload
2626 with :
2727 path : ${{runner.workspace}}/libsurvive/bindings/cs/libsurvive.net/bin/Release/*.nupkg
Original file line number Diff line number Diff line change 7171 CIBW_BUILD : cp3*win*64
7272 CIBW_ENVIRONMENT : " CMAKE_GENERATOR='Visual Studio 17 2022'"
7373
74- - uses : actions/upload-artifact@v2
74+ - uses : actions/upload-artifact@v4
7575 name : Upload
7676 with :
7777 path : ${{runner.workspace}}/libsurvive/wheelhouse/*.whl
Original file line number Diff line number Diff line change 8484 working-directory : ${{runner.workspace}}/libsurvive
8585 run : 7z a ${{runner.workspace}}/build/${{ steps.bundle.outputs.BUNDLE_FILE_NAME }} ${{runner.workspace}}/build/install_root/*
8686
87- - uses : actions/upload-artifact@v2
87+ - uses : actions/upload-artifact@v4
8888 name : Upload
8989 if : matrix.build_type == 'Release'
9090 with :
Original file line number Diff line number Diff line change 3838 working-directory : ${{runner.workspace}}/libsurvive
3939 run : 7z a ${{runner.workspace}}/${{ steps.bundle.outputs.BUNDLE_FILE_NAME }} ${{runner.workspace}}/libsurvive
4040
41- - uses : actions/upload-artifact@v2
41+ - uses : actions/upload-artifact@v4
4242 name : Upload
4343 with :
4444 name : ${{ steps.bundle.outputs.BUNDLE_FILE_NAME }}
You can’t perform that action at this time.
0 commit comments