Skip to content

Commit 6022708

Browse files
author
jan.nijtmans
committed
Update to actions/upload-artifact@v7
1 parent df91810 commit 6022708

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linux-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,15 +97,15 @@ jobs:
9797
echo "VERSION=`ls -d tk* | sed 's/tk//'`" >> $GITHUB_ENV
9898
- name: Upload Source Distribution
9999
if: ${{ env.BUILD_CONFIG_ID == 'gcc' }}
100-
uses: actions/upload-artifact@v4
100+
uses: actions/upload-artifact@v7
101101
with:
102102
name: Tk ${{ env.VERSION }} Source distribution (snapshot)
103103
path: |
104104
/tmp/dist/tk*
105105
!/tmp/dist/tk*/html/**
106106
- name: Upload Documentation Distribution
107107
if: ${{ env.BUILD_CONFIG_ID == 'gcc' }}
108-
uses: actions/upload-artifact@v4
108+
uses: actions/upload-artifact@v7
109109
with:
110110
name: Tk ${{ env.VERSION }} HTML documentation (snapshot)
111111
path: /tmp/dist/tk*/html

0 commit comments

Comments
 (0)