Update actions/download-artifact action to v4 #7

Merged
louis merged 1 commit from renovate/actions-download-artifact-4.x into main 2024-03-16 18:49:14 +01:00

View file

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