Skip to content

Commit

Permalink
Merge pull request #1212 from ko-build/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/upload-artifact-4.1.0

Bump actions/upload-artifact from 4.0.0 to 4.1.0
  • Loading branch information
cpanato authored Jan 15, 2024
2 parents 60c8e70 + 09e4bae commit e746b44
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sbom.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e746b44

Please sign in to comment.