revert b77624c754
revert Merge pull request 'Update actions/download-artifact action to v4' (#98) from renovate/actions-download-artifact-4.x into develop Reviewed-on: #98
This commit is contained in:
parent
1e44029b82
commit
d04a3cfcc6
1 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@ jobs:
|
|||
needs: [build]
|
||||
if: github.ref == 'refs/heads/develop'
|
||||
steps:
|
||||
- uses: actions/download-artifact@v4
|
||||
- uses: actions/download-artifact@v3
|
||||
- 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@v4
|
||||
- uses: actions/download-artifact@v3
|
||||
- name: Install Dependencies
|
||||
run: which lftp || ( apk --update add lftp )
|
||||
- name: Deploy Website
|
||||
|
|
Loading…
Reference in a new issue