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 GitHub
parent 57832e4688
commit fcffce5d9a
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'