build(deps): bump actions/download-artifact from 4 to 5 (#2454)

This commit is contained in:
dependabot[bot]
2025-08-11 19:27:27 +02:00
committed by Baptiste Augrain
parent 3f44e3f4a3
commit 23688ef492
4 changed files with 8 additions and 8 deletions

View File

@@ -200,7 +200,7 @@ jobs:
if: env.SHOULD_BUILD == 'yes'
- name: Download vscode artifact
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
name: vscode
if: env.SHOULD_BUILD == 'yes'