Browse Source

Update bcb_demo_deploy.yml

Jason Crist 4 năm trước cách đây
mục cha
commit
9e19b2dab3
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      .github/workflows/bcb_demo_deploy.yml

+ 2 - 2
.github/workflows/bcb_demo_deploy.yml

@@ -1,6 +1,6 @@
 # This is a basic workflow to help you get started with Actions
 
-name: CI
+name: Blank Canvas Blocks Demo Deploy
 
 # Controls when the action will run. 
 on:
@@ -18,7 +18,7 @@ jobs:
     steps:
       - uses: actions/checkout@v2
       - name: FTP-Deploy-Action
-        uses: SamKirkland/FTP-Deploy-Action@3.1.1
+        uses: SamKirkland/FTP-Deploy-Action@4.0.0
         with:
           ftp-server: sftp.pressable.com
           ftp-username: ${{ secrets.BCB_DEMO_USERNAME }}