summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-12-18 22:27:42 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-12-18 22:27:42 (GMT)
commit9de14084229db2cb06b5ba34d33ff1bebfa8b6c6 (patch)
tree2b88ffe8ee3ebcd6170949679b977e6baed202e5 /.github
parent384e8936ee8f4826db8273ae8423213c0aa59e45 (diff)
downloadtk-9de14084229db2cb06b5ba34d33ff1bebfa8b6c6.zip
tk-9de14084229db2cb06b5ba34d33ff1bebfa8b6c6.tar.gz
tk-9de14084229db2cb06b5ba34d33ff1bebfa8b6c6.tar.bz2
upload-artifact @3 -> @4
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/linux-build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/linux-build.yml b/.github/workflows/linux-build.yml
index 0d63264..68c3812 100644
--- a/.github/workflows/linux-build.yml
+++ b/.github/workflows/linux-build.yml
@@ -99,7 +99,7 @@ jobs:
echo "VERSION=`ls -d tk* | sed 's/tk//'`" >> $GITHUB_ENV
- name: Upload Source Distribution
if: ${{ env.BUILD_CONFIG_ID == 'gcc-no' }}
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
with:
name: Tk ${{ env.VERSION }} Source distribution (snapshot)
path: |
@@ -107,7 +107,7 @@ jobs:
!/tmp/dist/tk*/html/**
- name: Upload Documentation Distribution
if: ${{ env.BUILD_CONFIG_ID == 'gcc-no' }}
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
with:
name: Tk ${{ env.VERSION }} HTML documentation (snapshot)
path: /tmp/dist/tk*/html