Skip to content

Commit

Permalink
chore(workflow): bump ftp deploy version
Browse files Browse the repository at this point in the history
  • Loading branch information
JackMorrissey committed Oct 21, 2021
1 parent c5c88b2 commit 835f207
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
run: ls

- name: FTP-Deploy-Action
uses: SamKirkland/FTP-Deploy-Action@3.1.1
uses: SamKirkland/FTP-Deploy-Action@4.1.0
with:
ftp-server: ${{ secrets.FTP_SERVER }}
ftp-username: ${{ secrets.FTP_USERNAME }}
ftp-password: ${{ secrets.FTP_PASSWORD }}
git-ftp-args: --insecure
local-dir: dist
local-dir: ./dist/

0 comments on commit 835f207

Please sign in to comment.