diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index ac8dcd68..0087d0e7 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -105,7 +105,7 @@ jobs: - name: Deploy if: ${{ github.repository_owner == 'CougarCS' && github.event_name != 'pull_request' && (github.ref == 'refs/heads/prod')}} - uses: SamKirkland/FTP-Deploy-Action@4.3.0 + uses: SamKirkland/FTP-Deploy-Action@v4.4.0 with: server: ${{secrets.FTP_URL}} username: ${{secrets.FTP_USERNAME}}