Skip to content

Commit c67dd27

Browse files
Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows (#16)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1988c7b commit c67dd27

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/linux.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
id: version
6262

6363
- name: Download artifact
64-
uses: actions/download-artifact@v2
64+
uses: actions/download-artifact@v4.1.7
6565
with:
6666
name: DDCToolbox_Portable_linux64
6767

@@ -97,12 +97,12 @@ jobs:
9797
id: version
9898

9999
- name: Download portable artifact
100-
uses: actions/download-artifact@v2
100+
uses: actions/download-artifact@v4.1.7
101101
with:
102102
name: DDCToolbox_Portable_linux64
103103

104104
- name: Download package artifact
105-
uses: actions/download-artifact@v2
105+
uses: actions/download-artifact@v4.1.7
106106
with:
107107
name: ddctoolbox_${{steps.version.outputs.version}}_linux64.deb
108108

@@ -154,7 +154,7 @@ jobs:
154154
id: version
155155

156156
- name: Download package artifact
157-
uses: actions/download-artifact@v2
157+
uses: actions/download-artifact@v4.1.7
158158
with:
159159
name: ddctoolbox_${{steps.version.outputs.version}}_linux64.deb
160160

@@ -193,7 +193,7 @@ jobs:
193193
id: version
194194

195195
- name: Download package artifact
196-
uses: actions/download-artifact@v2
196+
uses: actions/download-artifact@v4.1.7
197197
with:
198198
name: ddctoolbox_${{steps.version.outputs.version}}_linux64.deb
199199

.github/workflows/mac.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
id: version
7676

7777
- name: Download portable artifact
78-
uses: actions/download-artifact@v2
78+
uses: actions/download-artifact@v4.1.7
7979
with:
8080
name: DDCToolbox_mac64_dmg
8181

@@ -116,7 +116,7 @@ jobs:
116116
id: version
117117

118118
- name: Download portable artifact
119-
uses: actions/download-artifact@v2
119+
uses: actions/download-artifact@v4.1.7
120120
with:
121121
name: DDCToolbox_mac64_dmg
122122

.github/workflows/windows-static.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797

9898
# Make x64 installer
9999
- name: Download artifact (x64)
100-
uses: actions/download-artifact@v2
100+
uses: actions/download-artifact@v4.1.7
101101
with:
102102
name: DDCToolbox_Portable_win64
103103

@@ -146,12 +146,12 @@ jobs:
146146
id: version
147147

148148
- name: Download setup artifact (x64)
149-
uses: actions/download-artifact@v2
149+
uses: actions/download-artifact@v4.1.7
150150
with:
151151
name: DDCToolbox_Setup_win64_${{steps.version.outputs.version}}.exe
152152

153153
- name: Download portable artifact (x64)
154-
uses: actions/download-artifact@v2
154+
uses: actions/download-artifact@v4.1.7
155155
with:
156156
name: DDCToolbox_Portable_win64
157157

@@ -203,12 +203,12 @@ jobs:
203203
id: version
204204

205205
- name: Download setup artifact (x64)
206-
uses: actions/download-artifact@v2
206+
uses: actions/download-artifact@v4.1.7
207207
with:
208208
name: DDCToolbox_Setup_win64_${{steps.version.outputs.version}}.exe
209209

210210
- name: Download portable artifact (x64)
211-
uses: actions/download-artifact@v2
211+
uses: actions/download-artifact@v4.1.7
212212
with:
213213
name: DDCToolbox_Portable_win64
214214

0 commit comments

Comments
 (0)