Skip to content

Commit 086d5be

Browse files
chore(deps): update actions/download-artifact action to v7 (#388)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d953273 commit 086d5be

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)