From 281e22952d12c79e4888474127ca95cad06c5ce6 Mon Sep 17 00:00:00 2001 From: Nick Molcanov <32801560+nck-mlcnv@users.noreply.github.com> Date: Fri, 6 Sep 2024 16:11:17 +0200 Subject: [PATCH] try to fix action 3 --- .github/workflows/deployment_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deployment_test.yml b/.github/workflows/deployment_test.yml index 46d901cda..c14595e5f 100644 --- a/.github/workflows/deployment_test.yml +++ b/.github/workflows/deployment_test.yml @@ -51,7 +51,7 @@ jobs: uses: SamKirkland/FTP-Deploy-Action@v4.3.5 with: server: files.dice-research.org - protocol: ftps + protocol: ftps-legacy security: strict username: ${{ secrets.FTP_USERNAME }} password: ${{ secrets.FTP_PASSWORD }}