build(deps): bump actions/download-artifact from 5 to 6 (#2581)

This commit is contained in:
dependabot[bot]
2025-10-27 15:40:16 +01:00
committed by GitHub
parent b88fdc76f5
commit d2cdc6e515
4 changed files with 8 additions and 8 deletions

View File

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