Skip to content

Commit cc56038

Browse files
authored
Merge pull request #56 from vult-dsp/dependabot/github_actions/dot-github/workflows/actions/download-artifact-4.1.7
Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows
2 parents 95b7d35 + 73ec6b4 commit cc56038

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112

113113
steps:
114114
- name: Download all workflow run artifacts
115-
uses: actions/download-artifact@v2
115+
uses: actions/download-artifact@v4.1.7
116116

117117
- uses: "marvinpinto/action-automatic-releases@latest"
118118
with:

.github/workflows/vult.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113

114114
steps:
115115
- name: Download all workflow run artifacts
116-
uses: actions/download-artifact@v2
116+
uses: actions/download-artifact@v4.1.7
117117

118118
- uses: "marvinpinto/action-automatic-releases@latest"
119119
with:

0 commit comments

Comments
 (0)