Skip to content

Commit

Permalink
Merge pull request k0sproject#4245 from k0sproject/dependabot/github_…
Browse files Browse the repository at this point in the history
…actions/shogo82148/actions-upload-release-asset-1.7.5

Bump shogo82148/actions-upload-release-asset from 1.7.4 to 1.7.5
  • Loading branch information
github-actions[bot] authored Apr 5, 2024
2 parents cbca7ed + 8323833 commit 3b412c7
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,15 +96,15 @@ jobs:
cat k0s.sig
- name: Upload Release Assets - Binary
uses: shogo82148/[email protected].4
uses: shogo82148/[email protected].5
with:
upload_url: ${{ needs.release.outputs.upload_url }}
asset_path: ./k0s
asset_name: k0s-${{ needs.release.outputs.tag_name }}-amd64
asset_content_type: application/octet-stream

- name: Upload Release Assets - Signature
uses: shogo82148/[email protected].4
uses: shogo82148/[email protected].5
with:
upload_url: ${{ needs.release.outputs.upload_url }}
asset_path: ./k0s.sig
Expand All @@ -118,7 +118,7 @@ jobs:
path: ./k0s

- name: Upload Release Assets - Bundle
uses: shogo82148/[email protected].4
uses: shogo82148/[email protected].5
with:
upload_url: ${{ needs.release.outputs.upload_url }}
asset_path: ./airgap-image-bundle-linux-amd64.tar
Expand Down Expand Up @@ -176,15 +176,15 @@ jobs:
docker system prune --all --volumes --force
- name: Upload Release Assets
uses: shogo82148/[email protected].4
uses: shogo82148/[email protected].5
with:
upload_url: ${{ needs.release.outputs.upload_url }}
asset_path: ./k0s.exe
asset_name: k0s-${{ needs.release.outputs.tag_name }}-amd64.exe
asset_content_type: application/octet-stream

- name: Upload Release Assets - Signature
uses: shogo82148/[email protected].4
uses: shogo82148/[email protected].5
with:
upload_url: ${{ needs.release.outputs.upload_url }}
asset_path: ./k0s.exe.sig
Expand Down Expand Up @@ -250,15 +250,15 @@ jobs:
path: tests/*.log

- name: Upload Release Assets - Binary
uses: shogo82148/[email protected].4
uses: shogo82148/[email protected].5
with:
upload_url: ${{ needs.release.outputs.upload_url }}
asset_path: ./k0s
asset_name: k0s-${{ needs.release.outputs.tag_name }}-arm64
asset_content_type: application/octet-stream

- name: Upload Release Assets - Signature
uses: shogo82148/[email protected].4
uses: shogo82148/[email protected].5
with:
upload_url: ${{ needs.release.outputs.upload_url }}
asset_path: ./k0s.sig
Expand All @@ -272,7 +272,7 @@ jobs:
path: ./k0s

- name: Upload Release Assets - Bundle
uses: shogo82148/[email protected].4
uses: shogo82148/[email protected].5
with:
upload_url: ${{ needs.release.outputs.upload_url }}
asset_path: ./airgap-image-bundle-linux-arm64.tar
Expand Down Expand Up @@ -335,15 +335,15 @@ jobs:
path: tests/*.log

- name: Upload Release Assets - Binary
uses: shogo82148/[email protected].4
uses: shogo82148/[email protected].5
with:
upload_url: ${{ needs.release.outputs.upload_url }}
asset_path: ./k0s
asset_name: k0s-${{ needs.release.outputs.tag_name }}-arm
asset_content_type: application/octet-stream

- name: Upload Release Assets - Signature
uses: shogo82148/[email protected].4
uses: shogo82148/[email protected].5
with:
upload_url: ${{ needs.release.outputs.upload_url }}
asset_path: ./k0s.sig
Expand All @@ -357,7 +357,7 @@ jobs:
path: ./k0s

- name: Upload Release Assets - Bundle
uses: shogo82148/[email protected].4
uses: shogo82148/[email protected].5
with:
upload_url: ${{ needs.release.outputs.upload_url }}
asset_path: ./airgap-image-bundle-linux-arm.tar
Expand Down Expand Up @@ -399,7 +399,7 @@ jobs:
run: |
cd release_assets && sha256sum -b * > ../sha256sums.txt
- name: Upload sha256sums.txt
uses: shogo82148/[email protected].4
uses: shogo82148/[email protected].5
with:
upload_url: ${{ needs.release.outputs.upload_url }}
asset_path: sha256sums.txt
Expand Down Expand Up @@ -489,7 +489,7 @@ jobs:
make sign-pub-key
- name: Upload Release Assets - SBOM
uses: shogo82148/[email protected].4
uses: shogo82148/[email protected].5
with:
upload_url: ${{ needs.release.outputs.upload_url }}
asset_path: ./sbom/*
Expand Down Expand Up @@ -580,7 +580,7 @@ jobs:
working-directory: ./inttest

- name: Upload conformance test result to Release Assets
uses: shogo82148/[email protected].4 # Allows us to upload a file with wildcard patterns
uses: shogo82148/[email protected].5 # Allows us to upload a file with wildcard patterns
with:
upload_url: ${{ needs.release.outputs.upload_url }}
asset_path: inttest/*_sonobuoy_*.tar.gz
Expand Down

0 comments on commit 3b412c7

Please sign in to comment.