summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2022-05-26 21:01:14 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2022-05-26 21:01:14 (GMT)
commit75ebd71621a0924d8d59cd138d151ef5db4a46b7 (patch)
tree9fdc654f0eb0ca99e9e1da605e9bda3063b1ff6f /.github
parent3196ac92d9a088a83d147927a29a55377b5207f1 (diff)
parent0e71952f875f6b305ed4b7505a4d05afa4249dc5 (diff)
downloadtcl-75ebd71621a0924d8d59cd138d151ef5db4a46b7.zip
tcl-75ebd71621a0924d8d59cd138d151ef5db4a46b7.tar.gz
tcl-75ebd71621a0924d8d59cd138d151ef5db4a46b7.tar.bz2
Merge 8.7
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/onefiledist.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/onefiledist.yml b/.github/workflows/onefiledist.yml
index 95c6b82..05ca83c 100644
--- a/.github/workflows/onefiledist.yml
+++ b/.github/workflows/onefiledist.yml
@@ -34,7 +34,7 @@ jobs:
tar -cf tclsh${TCL_PATCHLEVEL}_snapshot.tar tclsh${TCL_PATCHLEVEL}_snapshot
working-directory: 1dist
- name: Upload
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
with:
name: Tclsh ${{ env.TCL_PATCHLEVEL }} Linux single-file build (snapshot)
path: 1dist/*.tar
@@ -96,7 +96,7 @@ jobs:
"contents/"
working-directory: 1dist
- name: Upload
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
with:
name: Tclsh ${{ env.TCL_PATCHLEVEL }} macOS single-file build (snapshot)
path: 1dist/*.dmg
@@ -140,7 +140,7 @@ jobs:
cp ../win/tclsh*.exe tclsh${TCL_PATCHLEVEL}_snapshot.exe
working-directory: 1dist
- name: Upload
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
with:
name: Tclsh ${{ env.TCL_PATCHLEVEL }} Windows single-file build (snapshot)
path: '1dist/*_snapshot.exe'