Skip to content

Commit 82650b6

Browse files
Merge pull request #5685 from k0sproject/dependabot/github_actions/shogo82148/actions-upload-release-asset-1.7.9
Bump shogo82148/actions-upload-release-asset from 1.7.8 to 1.7.9
2 parents b6dd199 + b56e75e commit 82650b6

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

.github/workflows/release.yml

+15-15
Original file line numberDiff line numberDiff line change
@@ -107,23 +107,23 @@ jobs:
107107
cat k0s.sig
108108
109109
- name: Upload Release Assets - Binary
110-
uses: shogo82148/[email protected].8
110+
uses: shogo82148/[email protected].9
111111
with:
112112
upload_url: ${{ needs.release.outputs.upload_url }}
113113
asset_path: ./k0s
114114
asset_name: k0s-${{ needs.release.outputs.tag_name }}-amd64
115115
asset_content_type: application/octet-stream
116116

117117
- name: Upload Release Assets - Airgap Image List
118-
uses: shogo82148/[email protected].8
118+
uses: shogo82148/[email protected].9
119119
with:
120120
upload_url: ${{ needs.release.outputs.upload_url }}
121121
asset_path: ./airgap-images.txt
122122
asset_name: airgap-images-list.txt
123123
asset_content_type: text/plain
124124

125125
- name: Upload Release Assets - Signature
126-
uses: shogo82148/[email protected].8
126+
uses: shogo82148/[email protected].9
127127
with:
128128
upload_url: ${{ needs.release.outputs.upload_url }}
129129
asset_path: ./k0s.sig
@@ -137,7 +137,7 @@ jobs:
137137
path: ./k0s
138138

139139
- name: Upload Release Assets - Bundle
140-
uses: shogo82148/[email protected].8
140+
uses: shogo82148/[email protected].9
141141
with:
142142
upload_url: ${{ needs.release.outputs.upload_url }}
143143
asset_path: ./airgap-image-bundle-linux-amd64.tar
@@ -203,15 +203,15 @@ jobs:
203203
docker system prune --all --volumes --force
204204
205205
- name: Upload Release Assets
206-
uses: shogo82148/[email protected].8
206+
uses: shogo82148/[email protected].9
207207
with:
208208
upload_url: ${{ needs.release.outputs.upload_url }}
209209
asset_path: ./k0s.exe
210210
asset_name: k0s-${{ needs.release.outputs.tag_name }}-amd64.exe
211211
asset_content_type: application/octet-stream
212212

213213
- name: Upload Release Assets - Signature
214-
uses: shogo82148/[email protected].8
214+
uses: shogo82148/[email protected].9
215215
with:
216216
upload_url: ${{ needs.release.outputs.upload_url }}
217217
asset_path: ./k0s.exe.sig
@@ -287,15 +287,15 @@ jobs:
287287
/tmp/support-bundle.tar.gz
288288
289289
- name: Upload Release Assets - Binary
290-
uses: shogo82148/[email protected].8
290+
uses: shogo82148/[email protected].9
291291
with:
292292
upload_url: ${{ needs.release.outputs.upload_url }}
293293
asset_path: ./k0s
294294
asset_name: k0s-${{ needs.release.outputs.tag_name }}-arm64
295295
asset_content_type: application/octet-stream
296296

297297
- name: Upload Release Assets - Signature
298-
uses: shogo82148/[email protected].8
298+
uses: shogo82148/[email protected].9
299299
with:
300300
upload_url: ${{ needs.release.outputs.upload_url }}
301301
asset_path: ./k0s.sig
@@ -309,7 +309,7 @@ jobs:
309309
path: ./k0s
310310

311311
- name: Upload Release Assets - Bundle
312-
uses: shogo82148/[email protected].8
312+
uses: shogo82148/[email protected].9
313313
with:
314314
upload_url: ${{ needs.release.outputs.upload_url }}
315315
asset_path: ./airgap-image-bundle-linux-arm64.tar
@@ -374,15 +374,15 @@ jobs:
374374
/tmp/support-bundle.tar.gz
375375
376376
- name: Upload Release Assets - Binary
377-
uses: shogo82148/[email protected].8
377+
uses: shogo82148/[email protected].9
378378
with:
379379
upload_url: ${{ needs.release.outputs.upload_url }}
380380
asset_path: ./k0s
381381
asset_name: k0s-${{ needs.release.outputs.tag_name }}-arm
382382
asset_content_type: application/octet-stream
383383

384384
- name: Upload Release Assets - Signature
385-
uses: shogo82148/[email protected].8
385+
uses: shogo82148/[email protected].9
386386
with:
387387
upload_url: ${{ needs.release.outputs.upload_url }}
388388
asset_path: ./k0s.sig
@@ -396,7 +396,7 @@ jobs:
396396
path: ./k0s
397397

398398
- name: Upload Release Assets - Bundle
399-
uses: shogo82148/[email protected].8
399+
uses: shogo82148/[email protected].9
400400
with:
401401
upload_url: ${{ needs.release.outputs.upload_url }}
402402
asset_path: ./airgap-image-bundle-linux-arm.tar
@@ -438,7 +438,7 @@ jobs:
438438
run: |
439439
cd release_assets && sha256sum -b * > ../sha256sums.txt
440440
- name: Upload sha256sums.txt
441-
uses: shogo82148/[email protected].8
441+
uses: shogo82148/[email protected].9
442442
with:
443443
upload_url: ${{ needs.release.outputs.upload_url }}
444444
asset_path: sha256sums.txt
@@ -528,7 +528,7 @@ jobs:
528528
make sign-pub-key
529529
530530
- name: Upload Release Assets - SBOM
531-
uses: shogo82148/[email protected].8
531+
uses: shogo82148/[email protected].9
532532
with:
533533
upload_url: ${{ needs.release.outputs.upload_url }}
534534
asset_path: ./sbom/*
@@ -619,7 +619,7 @@ jobs:
619619
working-directory: ./inttest
620620

621621
- name: Upload conformance test result to Release Assets
622-
uses: shogo82148/[email protected].8 # Allows us to upload a file with wildcard patterns
622+
uses: shogo82148/[email protected].9 # Allows us to upload a file with wildcard patterns
623623
with:
624624
upload_url: ${{ needs.release.outputs.upload_url }}
625625
asset_path: inttest/*_sonobuoy_*.tar.gz

0 commit comments

Comments
 (0)