@@ -132,7 +132,7 @@ jobs:
132132 - run : |
133133 echo "Building ${{ env.BIN }}"
134134 GOOS=${{ matrix.go-os }} GOARCH=${{ matrix.go-arch }} make build
135- - uses : actions/upload-artifact@v7.0.0
135+ - uses : actions/upload-artifact@v7.0.1
136136 with :
137137 name : " ${{ env.BIN }}"
138138 path : " snclient"
@@ -159,7 +159,7 @@ jobs:
159159 - run : |
160160 echo "Building ${{ env.BIN }}"
161161 GOOS=${{ matrix.go-os }} GOARCH=${{ matrix.go-arch }} make build
162- - uses : actions/upload-artifact@v7.0.0
162+ - uses : actions/upload-artifact@v7.0.1
163163 with :
164164 name : " ${{ env.BIN }}"
165165 path : " snclient"
@@ -189,7 +189,7 @@ jobs:
189189 make rsrc_windows
190190 GOOS=${{ matrix.go-os }} GOARCH=${{ matrix.go-arch }} make build
191191 mv snclient snclient.exe
192- - uses : actions/upload-artifact@v7.0.0
192+ - uses : actions/upload-artifact@v7.0.1
193193 with :
194194 name : " ${{ env.BIN }}"
195195 path : " snclient.exe"
@@ -246,7 +246,7 @@ jobs:
246246 Write-Host "Verify snclient.exe"
247247 & "C:/Program Files (x86)/Windows Kits/10/bin/10.0.26100.0/x86/signtool.exe" verify /pa snclient.exe
248248
249- - uses : actions/upload-artifact@v7.0.0
249+ - uses : actions/upload-artifact@v7.0.1
250250 with :
251251 name : " ${{ env.BIN }}"
252252 path : " snclient.exe"
@@ -268,7 +268,7 @@ jobs:
268268 echo "Creating dist folder for linux/osx"
269269 make dist
270270 rm dist/snclient
271- - uses : actions/upload-artifact@v7.0.0
271+ - uses : actions/upload-artifact@v7.0.1
272272 with :
273273 name : " dist"
274274 path : " dist"
@@ -289,7 +289,7 @@ jobs:
289289 echo "Creating dist folder for windows"
290290 make windist
291291 rm dist/snclient
292- - uses : actions/upload-artifact@v7.0.0
292+ - uses : actions/upload-artifact@v7.0.1
293293 with :
294294 name : " windist"
295295 path : " windist"
@@ -361,7 +361,7 @@ jobs:
361361 Write-Host "Verify snclient.msi"
362362 & "C:/Program Files (x86)/Windows Kits/10/bin/10.0.26100.0/x86/signtool.exe" verify /pa ${{ env.BIN }}.msi
363363
364- - uses : actions/upload-artifact@v7.0.0
364+ - uses : actions/upload-artifact@v7.0.1
365365 with :
366366 name : " ${{ env.BIN }}.msi"
367367 path : " ${{ env.BIN }}.msi"
@@ -400,7 +400,7 @@ jobs:
400400 export DEBFULLNAME="Sven Nierlein"
401401 GOOS=${{ matrix.go-os }} GOARCH=${{ matrix.go-arch }} VERSION=${{needs.get-version.outputs.version}} make deb
402402 mv snclient*.deb ${{ env.BIN }}.deb
403- - uses : actions/upload-artifact@v7.0.0
403+ - uses : actions/upload-artifact@v7.0.1
404404 with :
405405 name : " ${{ env.BIN }}.deb"
406406 path : " ${{ env.BIN }}.deb"
@@ -457,7 +457,7 @@ jobs:
457457 echo "Building ${{ env.BIN }}.rpm"
458458 GOOS=${{ matrix.go-os }} GOARCH=${{ matrix.go-arch }} VERSION=${{needs.get-version.outputs.version}} make rpm
459459 mv snclient*.rpm ${{ env.BIN }}.rpm
460- - uses : actions/upload-artifact@v7.0.0
460+ - uses : actions/upload-artifact@v7.0.1
461461 with :
462462 name : " ${{ env.BIN }}.rpm"
463463 path : " ${{ env.BIN }}.rpm"
@@ -534,7 +534,7 @@ jobs:
534534 echo "Building ${{ env.BIN }}.apk"
535535 GOOS=${{ matrix.go-os }} GOARCH=${{ matrix.go-arch }} VERSION=${{needs.get-version.outputs.version}} make apk
536536 mv snclient*.apk ${{ env.BIN }}.apk
537- - uses : actions/upload-artifact@v7.0.0
537+ - uses : actions/upload-artifact@v7.0.1
538538 with :
539539 name : " ${{ env.BIN }}.apk"
540540 path : " ${{ env.BIN }}.apk"
@@ -590,7 +590,7 @@ jobs:
590590 export PATH="/usr/local/opt/openssl@3/bin:$PATH"
591591 make osx
592592 mv snclient*.pkg ${{ env.DIST }}.pkg
593- - uses : actions/upload-artifact@v7.0.0
593+ - uses : actions/upload-artifact@v7.0.1
594594 with :
595595 name : " ${{ env.DIST }}.pkg"
596596 path : " ${{ env.DIST }}.pkg"
0 commit comments