[CI] Fix dep
Some checks failed
Build and upload website update / build-and-upload (push) Failing after 26s

This commit is contained in:
2026-04-03 12:36:20 +02:00
parent 7128990116
commit 089b4c61ae

View File

@@ -14,7 +14,7 @@ jobs:
with:
script: 'build.js'
- name: Push changes to webserver
uses: SamKirkland/FTP-Deploy-Action@v4.3.6
uses: actions/ftp-deploy@v4.3.6
with:
server: ${{ vars.FTP_URL }}
username: ${{ vars.FTP_USERNAME }}