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
Showing only changes of commit 89eaaedeef - Show all commits

View file

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