build(deps): bump actions/download-artifact from 6 to 7 (#2629)

This commit is contained in:
dependabot[bot]
2026-01-14 10:12:21 +01:00
committed by GitHub
parent 71afd18e59
commit 72b795d984
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@v6
uses: actions/download-artifact@v7
with:
name: vscode
if: env.SHOULD_BUILD == 'yes'