Skip to content

Commit 159d1d3

Browse files
authored
Merge pull request #384 from cvxgrp/renovate/major-github-artifact-actions
chore(deps): update actions/download-artifact action to v7
2 parents f62ddf4 + 5667ad7 commit 159d1d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rhiza_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ jobs:
220220
steps:
221221
- name: Download SBOM artifact
222222
# Downloads sbom.cdx.json and sbom.cdx.xml into sbom/ directory
223-
uses: actions/download-artifact@v6.0.0
223+
uses: actions/download-artifact@v7.0.0
224224
with:
225225
name: sbom
226226
path: sbom
@@ -252,7 +252,7 @@ jobs:
252252
fetch-depth: 0
253253

254254
- name: Download dist artifact
255-
uses: actions/download-artifact@v6.0.0
255+
uses: actions/download-artifact@v7.0.0
256256
with:
257257
name: dist
258258
path: dist

0 commit comments

Comments
 (0)