Skip to content

Commit a55470e

Browse files
chore(deps): bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows (#214)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent eb23976 commit a55470e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/package-deb.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
id: version
137137

138138
- name: Download artifact
139-
uses: actions/download-artifact@v2
139+
uses: actions/download-artifact@v4.1.7
140140
with:
141141
name: jamesdsp-${{ matrix.flavor }}-full_portable_linux64
142142

@@ -176,7 +176,7 @@ jobs:
176176
id: version
177177

178178
- name: Download package artifact
179-
uses: actions/download-artifact@v2
179+
uses: actions/download-artifact@v4.1.7
180180
with:
181181
name: jamesdsp-${{ matrix.flavor }}_${{steps.version.outputs.version}}_ubuntu22-04_amd64.deb
182182

@@ -225,7 +225,7 @@ jobs:
225225
id: version
226226

227227
- name: Download package artifact
228-
uses: actions/download-artifact@v2
228+
uses: actions/download-artifact@v4.1.7
229229
with:
230230
name: jamesdsp-${{ matrix.flavor }}_${{steps.version.outputs.version}}_ubuntu22-04_amd64.deb
231231

@@ -293,7 +293,7 @@ jobs:
293293
id: version
294294

295295
- name: Download package artifact
296-
uses: actions/download-artifact@v2
296+
uses: actions/download-artifact@v4.1.7
297297
with:
298298
name: jamesdsp-${{ matrix.flavor }}_${{steps.version.outputs.version}}_ubuntu22-04_amd64.deb
299299

0 commit comments

Comments
 (0)