Skip to content

Commit

Permalink
bump ftp client used in CD actions
Browse files Browse the repository at this point in the history
  • Loading branch information
gggeek committed Apr 15, 2024
1 parent 55c6667 commit d911f17
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cd.yaml
Expand Up @@ -126,7 +126,7 @@ jobs:

- name: upload lib to gggeek.altervista.org - src
#if: ${{ github.ref_type == 'tag' && startsWith(github.ref_name, '4.') }}
uses: SamKirkland/FTP-Deploy-Action@4.3.3
uses: SamKirkland/FTP-Deploy-Action@4.3.5
with:
server: ftp.gggeek.altervista.org
username: ${{ secrets.ftp_gggeek_altervista_org_user }}
Expand All @@ -137,7 +137,7 @@ jobs:
dangerous-clean-slate: true
- name: upload lib to gggeek.altervista.org - demo
if: ${{ github.ref_type == 'tag' && startsWith(github.ref_name, '4.') }}
uses: SamKirkland/FTP-Deploy-Action@4.3.3
uses: SamKirkland/FTP-Deploy-Action@4.3.5
with:
server: ftp.gggeek.altervista.org
username: ${{ secrets.ftp_gggeek_altervista_org_user }}
Expand All @@ -157,7 +157,7 @@ jobs:
**/wrapper.php
- name: upload lib to gggeek.altervista.org - debugger
#if: ${{ github.ref_type == 'tag' && startsWith(github.ref_name, '4.') }}
uses: SamKirkland/FTP-Deploy-Action@4.3.3
uses: SamKirkland/FTP-Deploy-Action@4.3.5
with:
server: ftp.gggeek.altervista.org
username: ${{ secrets.ftp_gggeek_altervista_org_user }}
Expand Down

0 comments on commit d911f17

Please sign in to comment.