Skip to content

Commit

Permalink
v4.3.4 (#385)
Browse files Browse the repository at this point in the history
- updated basic-ftp
- new vx.x.x tags
  • Loading branch information
SamKirkland committed Mar 15, 2023
1 parent 89e533f commit 8a24039
Show file tree
Hide file tree
Showing 5 changed files with 3,091 additions and 1,777 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v3

- name: 📂 Sync files
uses: SamKirkland/FTP-Deploy-Action@4.3.3
uses: SamKirkland/FTP-Deploy-Action@v4.3.4
with:
server: ftp.samkirkland.com
username: myFtpUserName
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
npm run build
- name: 📂 Sync files
uses: SamKirkland/FTP-Deploy-Action@4.3.3
uses: SamKirkland/FTP-Deploy-Action@v4.3.4
with:
server: ftp.samkirkland.com
username: myFtpUserName
Expand All @@ -119,7 +119,7 @@ jobs:
uses: actions/checkout@v3

- name: 📂 Sync files
uses: SamKirkland/FTP-Deploy-Action@4.3.3
uses: SamKirkland/FTP-Deploy-Action@v4.3.4
with:
server: ftp.samkirkland.com
username: myFtpUserName
Expand All @@ -142,7 +142,7 @@ jobs:
uses: actions/checkout@v3

- name: 📂 Sync files
uses: SamKirkland/FTP-Deploy-Action@4.3.3
uses: SamKirkland/FTP-Deploy-Action@v4.3.4
with:
server: ftp.samkirkland.com
username: myFtpUserName
Expand All @@ -164,7 +164,7 @@ jobs:
uses: actions/checkout@v3

- name: 📂 Sync files
uses: SamKirkland/FTP-Deploy-Action@4.3.3
uses: SamKirkland/FTP-Deploy-Action@v4.3.4
with:
server: ftp.samkirkland.com
username: myFtpUserName
Expand Down

0 comments on commit 8a24039

Please sign in to comment.