Skip to content

Commit 9e92061

Browse files
committed
update github dependencies
1 parent 2ead1ac commit 9e92061

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)