Skip to content

Commit e746b44

Browse files
authored
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
2 parents 60c8e70 + 09e4bae commit e746b44

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/sbom.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
cosign download sbom $(go run ./ build --sbom=cyclonedx) | tee cyclonedx.json
3636
./cyclonedx-linux-x64 validate --input-file=cyclonedx.json --fail-on-errors
3737
38-
- uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
38+
- uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0
3939
if: ${{ always() }}
4040
with:
4141
name: cyclonedx.json
@@ -67,7 +67,7 @@ jobs:
6767
cosign download sbom $(go run ./ build) | tee spdx.json
6868
java -jar ./tools-java-${SPDX_TOOLS_VERSION}-jar-with-dependencies.jar Verify spdx.json
6969
70-
- uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
70+
- uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0
7171
if: ${{ always() }}
7272
with:
7373
name: spdx.json
@@ -102,7 +102,7 @@ jobs:
102102
103103
java -jar ./tools-java-${SPDX_TOOLS_VERSION}-jar-with-dependencies.jar Verify spdx-multi-arch.json
104104
105-
- uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
105+
- uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0
106106
if: ${{ always() }}
107107
with:
108108
name: spdx-multi-arch.json

0 commit comments

Comments
 (0)