build(deps): bump actions/download-artifact from 7 to 8 (#2727)

This commit is contained in:
dependabot[bot]
2026-03-04 14:19:14 +01:00
committed by GitHub
parent c95b880148
commit 5b5008e570
4 changed files with 8 additions and 8 deletions

View File

@@ -202,7 +202,7 @@ jobs:
if: env.SHOULD_BUILD == 'yes'
- name: Download vscode artifact
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
with:
name: vscode
if: env.SHOULD_BUILD == 'yes'