File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4545 ulimit -a || echo 'get limit failed'
4646 echo 'puts exe:\t[info nameofexecutable]\nver:\t[info patchlevel]\t[if {![catch tcl::build-info ret]} {set ret}]\nlib:\t[info library]\nplat:\t[lsort -dictionary -stride 2 [array get tcl_platform]]' | make runtest || echo 'get info failed'
4747 - name : Upload
48- uses : actions/upload-artifact@v4
48+ uses : actions/upload-artifact@v5
4949 with :
5050 name : Tclsh ${{ env.TCL_PATCHLEVEL }} Linux single-file build (snapshot)
5151 path : 1dist/*.tar
@@ -115,7 +115,7 @@ jobs:
115115 ulimit -a || echo 'get limit failed'
116116 echo 'puts exe:\t[info nameofexecutable]\nver:\t[info patchlevel]\t[if {![catch tcl::build-info ret]} {set ret}]\nlib:\t[info library]\nplat:\t[lsort -dictionary -stride 2 [array get tcl_platform]]' | make runtest || echo 'get info failed'
117117 - name : Upload
118- uses : actions/upload-artifact@v4
118+ uses : actions/upload-artifact@v5
119119 with :
120120 name : Tclsh ${{ env.TCL_PATCHLEVEL }} macOS single-file build (snapshot)
121121 path : 1dist/*.dmg
@@ -167,7 +167,7 @@ jobs:
167167 ulimit -a || echo 'get limit failed'
168168 echo 'puts exe:\t[info nameofexecutable]\nver:\t[info patchlevel]\t[if {![catch tcl::build-info ret]} {set ret}]\nlib:\t[info library]\nplat:\t[lsort -dictionary -stride 2 [array get tcl_platform]]' | make runtest || echo 'get info failed'
169169 - name : Upload
170- uses : actions/upload-artifact@v4
170+ uses : actions/upload-artifact@v5
171171 with :
172172 name : Tclsh ${{ env.TCL_PATCHLEVEL }} Windows single-file build (snapshot)
173173 path : ' 1dist/*_snapshot.exe'
You can’t perform that action at this time.
0 commit comments