Skip to content

Commit 1ff579f

Browse files
authored
Merge pull request #294 from DependencyTrack/dependabot/github_actions/actions/download-artifact-3.0.1
build(deps): bump actions/download-artifact from 3.0.0 to 3.0.1
2 parents 8bcac46 + 031074c commit 1ff579f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/_meta-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
uses: actions/[email protected]
7272

7373
- name: Download Artifacts
74-
uses: actions/[email protected].0
74+
uses: actions/[email protected].1
7575
with:
7676
name: assembled-frontend-node${{ inputs.node-version-package }}
7777

.github/workflows/ci-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
uses: actions/[email protected]
5050

5151
- name: Download Artifacts
52-
uses: actions/[email protected].0
52+
uses: actions/[email protected].1
5353
with:
5454
name: assembled-frontend-node16
5555

0 commit comments

Comments
 (0)