Skip to content

Commit 9f0616b

Browse files
build(deps): bump actions/upload-artifact from 7.0.0 to 7.0.1 (#362)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7af3832 commit 9f0616b

2 files changed

Lines changed: 15 additions & 15 deletions

File tree

.github/workflows/artifacts.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- run: |
5858
echo "Building ${{ env.BIN }}"
5959
GOOS=${{ matrix.go-os }} GOARCH=${{ matrix.go-arch }} make build
60-
- uses: actions/upload-artifact@v7.0.0
60+
- uses: actions/upload-artifact@v7.0.1
6161
with:
6262
name: "${{ env.BIN }}"
6363
path: "snclient"
@@ -84,7 +84,7 @@ jobs:
8484
- run: |
8585
echo "Building ${{ env.BIN }}"
8686
GOOS=${{ matrix.go-os }} GOARCH=${{ matrix.go-arch }} make build
87-
- uses: actions/upload-artifact@v7.0.0
87+
- uses: actions/upload-artifact@v7.0.1
8888
with:
8989
name: "${{ env.BIN }}"
9090
path: "snclient"
@@ -114,7 +114,7 @@ jobs:
114114
make rsrc_windows
115115
GOOS=${{ matrix.go-os }} GOARCH=${{ matrix.go-arch }} make build
116116
mv snclient snclient.exe
117-
- uses: actions/upload-artifact@v7.0.0
117+
- uses: actions/upload-artifact@v7.0.1
118118
with:
119119
name: "${{ env.BIN }}"
120120
path: "snclient.exe"
@@ -171,7 +171,7 @@ jobs:
171171
Write-Host "Verify snclient.exe"
172172
& "C:/Program Files (x86)/Windows Kits/10/bin/10.0.26100.0/x86/signtool.exe" verify /pa snclient.exe
173173
174-
- uses: actions/upload-artifact@v7.0.0
174+
- uses: actions/upload-artifact@v7.0.1
175175
with:
176176
name: "${{ env.BIN }}"
177177
path: "snclient.exe"

.github/workflows/builds.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)