diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 71758e1..e172a2e 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -67,7 +67,7 @@ jobs: uses: actions/checkout@v3 - name: Deploy to ${{ vars.SERVER_DIR }} - uses: SamKirkland/FTP-Deploy-Action@4.02 + uses: SamKirkland/FTP-Deploy-Action@master with: server: ${{ secrets.FTP_HOST }} username: ${{ secrets.FTP_USER }}