Skip to content

Commit 67e08cd

Browse files
authored
Update ftp-sync.yml
1 parent 14f808a commit 67e08cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ftp-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
uses: actions/checkout@v2
1010

1111
- name: 📂 Sync files
12-
uses: SamKirkland/FTP-Deploy-Action@v4.3.4
12+
uses: SamKirkland/FTP-Deploy-Action@v4.3.5
1313
with:
1414
server: ${{ secrets.ftp_host }}
1515
username: ${{ secrets.ftp_username }}

0 commit comments

Comments
 (0)