Update actions/download-artifact action to v5

This commit is contained in:
Renovate Bot 2025-08-07 11:35:32 +00:00
parent 48b9176ea7
commit e4a260257e

View file

@ -25,7 +25,7 @@ jobs:
container: container:
image: node:21-bullseye # Required by actions/download-artifact image: node:21-bullseye # Required by actions/download-artifact
steps: steps:
- uses: actions/download-artifact@v4 - uses: actions/download-artifact@v5
with: with:
name: dist name: dist
- name: rsync deployment - name: rsync deployment