Update FTP-Deploy-Action

This commit is contained in:
Julian Groß 2022-02-27 22:28:40 +01:00
parent bea15ee5d2
commit 0f00d0a7a0

View file

@ -28,7 +28,7 @@ jobs:
jsdoc root.js -r api-mainpage.md -c config.json -d output
- name: Deploy API-docs
uses: SamKirkland/FTP-Deploy-Action@4.2.0
uses: SamKirkland/FTP-Deploy-Action@4.3.0
with:
server: ftp.tuxfamily.org
username: ${{ secrets.GHA_JSDOC_FTP_USER }}