Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
feeohnah authored Nov 29, 2023
1 parent 85dae19 commit d052157
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
with:
fetch-depth: 2
- name: FTP-Deploy-Action
uses: SamKirkland/FTP-Deploy-Action@3.1.1
uses: SamKirkland/FTP-Deploy-Action@4.3.3
with:
ftp-server: ftp.leftfieldbrewery.ca
ftp-username: [email protected]
ftp-password: ${{ secrets.FTP_PASSWORD }}
server: ftp.leftfieldbrewery.ca
username: [email protected]
password: ${{ secrets.FTP_PASSWORD }}

0 comments on commit d052157

Please sign in to comment.