Skip to content

Commit 1f4864a

Browse files
committed
chore(workflows): 更新FTP部署动作版本
1 parent 0936fd0 commit 1f4864a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/DeployFacebook.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 🚀 Deploy via FTP
1+
name: eploy via FTP
22

33
on:
44
push:
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@v4
1717

1818
- name: Upload to server via FTP
19-
uses: SamKirkland/FTP-Deploy-Action@v4
19+
uses: SamKirkland/FTP-Deploy-Action@v4.3.6
2020
with:
2121
server: ${{ secrets.FTP_SERVER }}
2222
username: ${{ secrets.FTP_USERNAME }}

0 commit comments

Comments
 (0)