Merge pull request 'Update actions/download-artifact action to v4' () from renovate/actions-download-artifact-4.x into develop

Reviewed-on: 
This commit is contained in:
Samuel Philipp 2024-03-29 17:11:25 +00:00
commit df5fd4f21c

View file

@ -28,7 +28,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 English Version
@ -51,7 +51,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 English Version