Skip to content

Commit 5b5008e

Browse files
build(deps): bump actions/download-artifact from 7 to 8 (#2727)
1 parent c95b880 commit 5b5008e

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/insider-linux.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ jobs:
225225
if: env.DISABLED != 'yes' && env.SHOULD_BUILD == 'yes'
226226

227227
- name: Download vscode artifact
228-
uses: actions/download-artifact@v7
228+
uses: actions/download-artifact@v8
229229
with:
230230
name: vscode
231231
if: env.DISABLED != 'yes' && env.SHOULD_BUILD == 'yes'
@@ -355,7 +355,7 @@ jobs:
355355
if: env.DISABLED != 'yes'
356356

357357
- name: Download vscode artifact
358-
uses: actions/download-artifact@v7
358+
uses: actions/download-artifact@v8
359359
with:
360360
name: vscode
361361
if: env.DISABLED != 'yes' && (env.SHOULD_BUILD_REH != 'no' || env.SHOULD_BUILD_REH_WEB != 'no' || github.event.inputs.generate_assets == 'true')
@@ -445,7 +445,7 @@ jobs:
445445
if: env.SHOULD_BUILD == 'yes'
446446

447447
- name: Download vscode artifact
448-
uses: actions/download-artifact@v7
448+
uses: actions/download-artifact@v8
449449
with:
450450
name: vscode
451451
if: env.DISABLED != 'yes' && (env.SHOULD_BUILD_REH != 'no' || env.SHOULD_BUILD_REH_WEB != 'no' || github.event.inputs.generate_assets == 'true')

.github/workflows/insider-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ jobs:
203203
if: env.SHOULD_BUILD == 'yes'
204204

205205
- name: Download vscode artifact
206-
uses: actions/download-artifact@v7
206+
uses: actions/download-artifact@v8
207207
with:
208208
name: vscode
209209
if: env.SHOULD_BUILD == 'yes'

.github/workflows/stable-linux.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ jobs:
226226
if: env.DISABLED != 'yes' && env.SHOULD_BUILD == 'yes'
227227

228228
- name: Download vscode artifact
229-
uses: actions/download-artifact@v7
229+
uses: actions/download-artifact@v8
230230
with:
231231
name: vscode
232232
if: env.DISABLED != 'yes' && env.SHOULD_BUILD == 'yes'
@@ -356,7 +356,7 @@ jobs:
356356
if: env.DISABLED != 'yes'
357357

358358
- name: Download vscode artifact
359-
uses: actions/download-artifact@v7
359+
uses: actions/download-artifact@v8
360360
with:
361361
name: vscode
362362
if: env.DISABLED != 'yes' && (env.SHOULD_BUILD_REH != 'no' || env.SHOULD_BUILD_REH_WEB != 'no' || github.event.inputs.generate_assets == 'true')
@@ -446,7 +446,7 @@ jobs:
446446
if: env.SHOULD_BUILD == 'yes'
447447

448448
- name: Download vscode artifact
449-
uses: actions/download-artifact@v7
449+
uses: actions/download-artifact@v8
450450
with:
451451
name: vscode
452452
if: env.DISABLED != 'yes' && (env.SHOULD_BUILD_REH != 'no' || env.SHOULD_BUILD_REH_WEB != 'no' || github.event.inputs.generate_assets == 'true')

.github/workflows/stable-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ jobs:
202202
if: env.SHOULD_BUILD == 'yes'
203203

204204
- name: Download vscode artifact
205-
uses: actions/download-artifact@v7
205+
uses: actions/download-artifact@v8
206206
with:
207207
name: vscode
208208
if: env.SHOULD_BUILD == 'yes'

0 commit comments

Comments
 (0)