diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 7aa427b..fc01f98 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -57,7 +57,7 @@ jobs: name: build path: ./build/ - name: Submit built files to the FTP server - uses: SamKirkland/FTP-Deploy-Action@a51268f67f6605236975928ae28b0f7e9971d50a # v4.3.6 + uses: SamKirkland/FTP-Deploy-Action@110f9186c050f71550953127052e77650219c287 # v4.4.0 with: server: ${{secrets.FTP_HOST}} username: ${{secrets.FTP_USERNAME}}