Update FTP-Deploy-Action to version 4.3.5
Some checks failed
/ CI (push) Successful in 12s
/ CD (push) Failing after 3s

Upgraded the FTP-Deploy-Action dependency in CI/CD workflow to a specific version (4.3.5) for better stability and predictability. This ensures compatibility and avoids potential issues with unpinned versions.
This commit is contained in:
Lars 2024-12-25 14:52:42 +01:00
parent b758876412
commit 97d2fb5499

View file

@ -42,7 +42,7 @@ jobs:
name: jekyll site name: jekyll site
- name: Upload Files - name: Upload Files
uses: https://github.com/SamKirkland/FTP-Deploy-Action@4 uses: https://github.com/SamKirkland/FTP-Deploy-Action@4.3.5
with: with:
server: ${{ secrets.FTP_SERVER }} server: ${{ secrets.FTP_SERVER }}
username: ${{ secrets.FTP_USER }} username: ${{ secrets.FTP_USER }}