chore(deps): update actions/download-artifact action to v5

This commit is contained in:
renovate[bot]
2025-08-06 01:33:15 +00:00
committed by GitHub
parent dc764e45e9
commit 55a6d851bc
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ inputs:
runs:
using: 'composite'
steps:
- uses: actions/download-artifact@v4
- uses: actions/download-artifact@v5
with:
name: ${{ inputs.name }}
path: ${{ inputs.path }}

View File

@ -10,7 +10,7 @@ runs:
- uses: actions/setup-node@v4
with:
node-version: 22.x
- uses: actions/download-artifact@v4
- uses: actions/download-artifact@v5
with:
path: ./artifacts
- name: Extract Archives