浏览代码

Update bcb_demo_deploy.yml

Jason Crist 4 年之前
父节点
当前提交
9e19b2dab3
共有 1 个文件被更改,包括 2 次插入2 次删除
  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 }}