Update actions/download-artifact action to v5 #289

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

View file

@ -43,7 +43,7 @@ jobs:
needs: [build-dev]
if: github.ref == 'refs/heads/develop'
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v5
- name: Install Dependencies
run: which lftp || ( apk --update add lftp )
- name: Deploy Website
@ -60,7 +60,7 @@ jobs:
needs: [build]
if: github.ref == 'refs/heads/main'
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v5
- name: Install Dependencies
run: which lftp || ( apk --update add lftp )
- name: Deploy Website