Skip to content

Commit 5aaf42d

Browse files
author
jan.nijtmans
committed
Merge 9.0'
2 parents 1b63978 + 888053f commit 5aaf42d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/onefiledist.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
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'

0 commit comments

Comments
 (0)