diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-12-19 09:57:28 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-12-19 09:57:28 (GMT) |
commit | b70bc41cd8b2c7c675d1ca6069063ea80539c8e6 (patch) | |
tree | d6481dbb262ef9f8ab6adb1721da459ae0e63a2d /.github | |
parent | 594c1fd08cd80c868fe4973f367d505f826e226b (diff) | |
parent | e183b73cc9c2139ace9673ce5d83b15f80abff4e (diff) | |
download | tk-b70bc41cd8b2c7c675d1ca6069063ea80539c8e6.zip tk-b70bc41cd8b2c7c675d1ca6069063ea80539c8e6.tar.gz tk-b70bc41cd8b2c7c675d1ca6069063ea80539c8e6.tar.bz2 |
Merge 8.7
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/linux-build.yml | 4 | ||||
-rw-r--r-- | .github/workflows/onefiledist.yml | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/linux-build.yml b/.github/workflows/linux-build.yml index 7a39e2f..ab69f4b 100644 --- a/.github/workflows/linux-build.yml +++ b/.github/workflows/linux-build.yml @@ -112,7 +112,7 @@ jobs: echo "VERSION=`ls -d tk* | sed 's/tk//'`" >> $GITHUB_ENV - name: Upload Source Distribution if: ${{ env.BUILD_CONFIG_ID == 'gcc' }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: Tk ${{ env.VERSION }} Source distribution (snapshot) path: | @@ -120,7 +120,7 @@ jobs: !/tmp/dist/tk*/html/** - name: Upload Documentation Distribution if: ${{ env.BUILD_CONFIG_ID == 'gcc' }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: Tk ${{ env.VERSION }} HTML documentation (snapshot) path: /tmp/dist/tk*/html diff --git a/.github/workflows/onefiledist.yml b/.github/workflows/onefiledist.yml index 37f4895..2c707a4 100644 --- a/.github/workflows/onefiledist.yml +++ b/.github/workflows/onefiledist.yml @@ -65,7 +65,7 @@ jobs: env: BUILD_NAME: wish${{ env.TCL_PATCHLEVEL }}_snapshot - name: Upload - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: Wish ${{ env.TCL_PATCHLEVEL }} Linux single-file build (snapshot) path: ${{ env.INST_DIR }}/*.tar @@ -153,7 +153,7 @@ jobs: env: BUILD_NAME: wish${{ env.TCL_PATCHLEVEL }}_snapshot - name: Upload - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: Wish ${{ env.TCL_PATCHLEVEL }} macOS single-file build (snapshot) path: ${{ env.INST_DIR }}/*.dmg @@ -216,7 +216,7 @@ jobs: env: BUILD_NAME: wish${{ env.TCL_PATCHLEVEL }}_snapshot - name: Upload - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: Wish ${{ env.TCL_PATCHLEVEL }} Windows single-file build (snapshot) path: install/combined/wish${{ env.TCL_PATCHLEVEL }}_snapshot.exe |