Skip to content

Commit b207d57

Browse files
authored
Merge pull request #1469 from DependencyTrack/dependabot/github_actions/actions/download-artifact-8.0.1
build(deps): bump actions/download-artifact from 8.0.0 to 8.0.1
2 parents 16e1a79 + 4c8748f commit b207d57

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/_meta-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
persist-credentials: false
6767

6868
- name: Download Artifacts
69-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # tag=v8.0.0
69+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # tag=v8.0.1
7070
with:
7171
name: assembled-frontend
7272

.github/workflows/ci-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
persist-credentials: false
5959

6060
- name: Download Artifacts
61-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # tag=v8.0.0
61+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # tag=v8.0.1
6262
with:
6363
name: assembled-frontend
6464

0 commit comments

Comments
 (0)