Update actions/download-artifact action to v4 #98

Merged
samuel-p merged 1 commit from renovate/actions-download-artifact-4.x into develop 2024-03-29 17:22:11 +00:00

View file

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