浏览代码

Update workflow action version to v3

This is to get rid of depreciated messages when auto building
assets.
Morio 2 年之前
父节点
当前提交
55175d7de5
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .github/workflows/firmware_build.yml

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

@@ -11,7 +11,7 @@ jobs:
     
     
     steps:
     steps:
       - name: Check out code from GitHub
       - name: Check out code from GitHub
-        uses: actions/checkout@v2
+        uses: actions/checkout@v3
         with:
         with:
           path: ZuluSCSI
           path: ZuluSCSI
           fetch-depth: "0"
           fetch-depth: "0"
@@ -31,7 +31,7 @@ jobs:
           utils/rename_binaries.sh
           utils/rename_binaries.sh
 
 
       - name: Upload binaries into build artifacts
       - name: Upload binaries into build artifacts
-        uses: actions/upload-artifact@v2
+        uses: actions/upload-artifact@v3
         with:
         with:
           path: ZuluSCSI/distrib/*
           path: ZuluSCSI/distrib/*
           name: ZuluSCSI binaries
           name: ZuluSCSI binaries