mirror of
https://github.com/ko-build/ko.git
synced 2026-06-18 20:14:08 +02:00
Merge pull request #1212 from ko-build/dependabot/github_actions/actions/upload-artifact-4.1.0
Bump actions/upload-artifact from 4.0.0 to 4.1.0
This commit is contained in:
@@ -35,7 +35,7 @@ jobs:
|
||||
cosign download sbom $(go run ./ build --sbom=cyclonedx) | tee cyclonedx.json
|
||||
./cyclonedx-linux-x64 validate --input-file=cyclonedx.json --fail-on-errors
|
||||
|
||||
- uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
|
||||
- uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0
|
||||
if: ${{ always() }}
|
||||
with:
|
||||
name: cyclonedx.json
|
||||
@@ -67,7 +67,7 @@ jobs:
|
||||
cosign download sbom $(go run ./ build) | tee spdx.json
|
||||
java -jar ./tools-java-${SPDX_TOOLS_VERSION}-jar-with-dependencies.jar Verify spdx.json
|
||||
|
||||
- uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
|
||||
- uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0
|
||||
if: ${{ always() }}
|
||||
with:
|
||||
name: spdx.json
|
||||
@@ -102,7 +102,7 @@ jobs:
|
||||
|
||||
java -jar ./tools-java-${SPDX_TOOLS_VERSION}-jar-with-dependencies.jar Verify spdx-multi-arch.json
|
||||
|
||||
- uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
|
||||
- uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0
|
||||
if: ${{ always() }}
|
||||
with:
|
||||
name: spdx-multi-arch.json
|
||||
|
||||
Reference in New Issue
Block a user