Bump SamKirkland/FTP-Deploy-Action from 4.3.6 to 4.4.0

Bumps [SamKirkland/FTP-Deploy-Action](https://github.com/samkirkland/ftp-deploy-action) from 4.3.6 to 4.4.0.
- [Release notes](https://github.com/samkirkland/ftp-deploy-action/releases)
- [Commits](https://github.com/samkirkland/ftp-deploy-action/compare/a51268f67f6605236975928ae28b0f7e9971d50a...110f9186c050f71550953127052e77650219c287)

---
updated-dependencies:
- dependency-name: SamKirkland/FTP-Deploy-Action
  dependency-version: 4.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-04-27 20:46:39 +00:00
committed by GitHub
parent 6936b7f46d
commit 2bc2a45219
+1 -1
View File
@@ -24,7 +24,7 @@ jobs:
run: npm run build:prod run: npm run build:prod
- name: publish docs - name: publish docs
uses: SamKirkland/FTP-Deploy-Action@a51268f67f6605236975928ae28b0f7e9971d50a # v4.3.6 uses: SamKirkland/FTP-Deploy-Action@110f9186c050f71550953127052e77650219c287 # v4.4.0
with: with:
server: ${{secrets.FTP_HOST}} server: ${{secrets.FTP_HOST}}
username: ${{secrets.DOCS_FTP_USERNAME}} username: ${{secrets.DOCS_FTP_USERNAME}}