Update actions/download-artifact action to v5 #10

Open
renovate-bot wants to merge 1 commit from renovate/actions-download-artifact-5.x into main

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