File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ jobs:
100100 jq -r '.packages[] | select(.versionInfo != null) | "\(.name) | \(.versionInfo)"' sbom.json | sort | uniq | head -n 20 | column -t -s '|'
101101
102102 - name : Upload SBOM Artifact
103- uses : actions/upload-artifact@v4
103+ uses : actions/upload-artifact@v5
104104 with :
105105 name : sbom
106106 path : sbom.json
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ jobs:
115115 fi
116116
117117 - name : Upload SBOM Artifact
118- uses : actions/upload-artifact@v4
118+ uses : actions/upload-artifact@v5
119119 with :
120120 name : sbom
121121 path : sbom.json
@@ -141,7 +141,7 @@ jobs:
141141 git config --global user.name "UDX Worker"
142142
143143 - name : Download SBOM Artifact
144- uses : actions/download-artifact@v5
144+ uses : actions/download-artifact@v6
145145 with :
146146 name : sbom
147147
You can’t perform that action at this time.
0 commit comments