Skip to content

Commit fb432d7

Browse files
authored
Merge pull request #484 from Hack23/dependabot/github_actions/actions/download-artifact-8.0.0
build(deps): bump actions/download-artifact from 7.0.0 to 8.0.0
2 parents 2664800 + 1fefa38 commit fb432d7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,13 +251,13 @@ jobs:
251251
ref: main # Always use main branch for deployment
252252

253253
- name: Download build artifacts
254-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
254+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
255255
with:
256256
name: build-artifacts
257257
path: artifacts/build
258258

259259
- name: Download security artifacts
260-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
260+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
261261
with:
262262
name: security-artifacts
263263
path: artifacts/security

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ jobs:
254254
egress-policy: audit
255255

256256
- name: Download all artifacts
257-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
257+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
258258
with:
259259
path: artifacts
260260

0 commit comments

Comments
 (0)