Update actions/download-artifact action to v4 #7
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ jobs:
|
|||
container:
|
||||
image: node:16-bullseye # Required by actions/download-artifact
|
||||
steps:
|
||||
- uses: actions/download-artifact@v3
|
||||
- uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: dist
|
||||
- name: rsync deployment
|
||||
|
|
Loading…
Reference in a new issue