Skip to content

Commit

Permalink
upd. gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
a-sync committed May 9, 2024
1 parent 27d0b64 commit 26b50f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-demos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

steps:
- name: 🚚 Get latest code
uses: actions/checkout@v3
uses: actions/checkout@v4

# - uses: shivammathur/setup-php@v2
# with:
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
replace: "env('LODATA_DISCOVERY_TTL', 300)"

- name: 📂 Sync files
uses: SamKirkland/FTP-Deploy-Action@4.3.3
uses: SamKirkland/FTP-Deploy-Action@v4.3.5
with:
server: "${{ secrets.FTP_HOSTNAME }}"
username: "${{ secrets.FTP_USERNAME }}"
Expand Down

0 comments on commit 26b50f7

Please sign in to comment.