Skip to content

Commit d106374

Browse files
build(deps): bump actions/upload-artifact from 4.6.1 to 4.6.2 (#213)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9a30fb4 commit d106374

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/builds.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
- run: |
116116
echo "Building ${{ env.BIN }}"
117117
GOOS=${{ matrix.go-os }} GOARCH=${{ matrix.go-arch }} make build
118-
- uses: actions/upload-artifact@v4.6.1
118+
- uses: actions/upload-artifact@v4.6.2
119119
with:
120120
name: "${{ env.BIN }}"
121121
path: "snclient"
@@ -142,7 +142,7 @@ jobs:
142142
- run: |
143143
echo "Building ${{ env.BIN }}"
144144
GOOS=${{ matrix.go-os }} GOARCH=${{ matrix.go-arch }} make build
145-
- uses: actions/upload-artifact@v4.6.1
145+
- uses: actions/upload-artifact@v4.6.2
146146
with:
147147
name: "${{ env.BIN }}"
148148
path: "snclient"
@@ -172,7 +172,7 @@ jobs:
172172
make rsrc_windows
173173
GOOS=${{ matrix.go-os }} GOARCH=${{ matrix.go-arch }} make build
174174
mv snclient snclient.exe
175-
- uses: actions/upload-artifact@v4.6.1
175+
- uses: actions/upload-artifact@v4.6.2
176176
with:
177177
name: "${{ env.BIN }}"
178178
path: "snclient.exe"
@@ -225,7 +225,7 @@ jobs:
225225
Write-Host "Verify snclient.exe"
226226
& "C:/Program Files (x86)/Windows Kits/10/bin/10.0.17763.0/x86/signtool.exe" verify /pa snclient.exe
227227
228-
- uses: actions/upload-artifact@v4.6.1
228+
- uses: actions/upload-artifact@v4.6.2
229229
with:
230230
name: "${{ env.BIN }}"
231231
path: "snclient.exe"
@@ -247,7 +247,7 @@ jobs:
247247
echo "Creating dist folder for linux/osx"
248248
make dist
249249
rm dist/snclient
250-
- uses: actions/upload-artifact@v4.6.1
250+
- uses: actions/upload-artifact@v4.6.2
251251
with:
252252
name: "dist"
253253
path: "dist"
@@ -268,7 +268,7 @@ jobs:
268268
echo "Creating dist folder for windows"
269269
make windist
270270
rm dist/snclient
271-
- uses: actions/upload-artifact@v4.6.1
271+
- uses: actions/upload-artifact@v4.6.2
272272
with:
273273
name: "windist"
274274
path: "windist"
@@ -335,7 +335,7 @@ jobs:
335335
Write-Host "Verify snclient.msi"
336336
& "C:/Program Files (x86)/Windows Kits/10/bin/10.0.17763.0/x86/signtool.exe" verify /pa ${{ env.BIN }}.msi
337337
338-
- uses: actions/upload-artifact@v4.6.1
338+
- uses: actions/upload-artifact@v4.6.2
339339
with:
340340
name: "${{ env.BIN }}.msi"
341341
path: "${{ env.BIN }}.msi"
@@ -372,7 +372,7 @@ jobs:
372372
export DEBFULLNAME="Sven Nierlein"
373373
GOOS=${{ matrix.go-os }} GOARCH=${{ matrix.go-arch }} VERSION=${{needs.get-version.outputs.version}} make deb
374374
mv snclient*.deb ${{ env.BIN }}.deb
375-
- uses: actions/upload-artifact@v4.6.1
375+
- uses: actions/upload-artifact@v4.6.2
376376
with:
377377
name: "${{ env.BIN }}.deb"
378378
path: "${{ env.BIN }}.deb"
@@ -405,7 +405,7 @@ jobs:
405405
echo "Building ${{ env.BIN }}.rpm"
406406
GOOS=${{ matrix.go-os }} GOARCH=${{ matrix.go-arch }} VERSION=${{needs.get-version.outputs.version}} make rpm
407407
mv snclient*.rpm ${{ env.BIN }}.rpm
408-
- uses: actions/upload-artifact@v4.6.1
408+
- uses: actions/upload-artifact@v4.6.2
409409
with:
410410
name: "${{ env.BIN }}.rpm"
411411
path: "${{ env.BIN }}.rpm"
@@ -459,7 +459,7 @@ jobs:
459459
echo "Building ${{ env.BIN }}.apk"
460460
GOOS=${{ matrix.go-os }} GOARCH=${{ matrix.go-arch }} VERSION=${{needs.get-version.outputs.version}} make apk
461461
mv snclient*.apk ${{ env.BIN }}.apk
462-
- uses: actions/upload-artifact@v4.6.1
462+
- uses: actions/upload-artifact@v4.6.2
463463
with:
464464
name: "${{ env.BIN }}.apk"
465465
path: "${{ env.BIN }}.apk"
@@ -494,7 +494,7 @@ jobs:
494494
export PATH="/usr/local/opt/openssl@3/bin:$PATH"
495495
make osx
496496
mv snclient*.pkg ${{ env.DIST }}.pkg
497-
- uses: actions/upload-artifact@v4.6.1
497+
- uses: actions/upload-artifact@v4.6.2
498498
with:
499499
name: "${{ env.DIST }}.pkg"
500500
path: "${{ env.DIST }}.pkg"

0 commit comments

Comments
 (0)