diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 20a90f32..1deb8c39 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -148,7 +148,7 @@ jobs: working-directory: build/${{ needs.variables.outputs.BUILD_NAME }} - name: Deploy ⤴ - uses: SamKirkland/FTP-Deploy-Action@4.2.0 + uses: SamKirkland/FTP-Deploy-Action@4.3.3 with: server: ${{ secrets.FTP_SERVER }} username: ${{ secrets.FTP_USER }}