浏览代码

release: use download-action v4 in docker section (#1134)

We missed this upgrade in #1047
Wade Simmons 1 年之前
父节点
当前提交
d6e4b88bb5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/release.yml

+ 1 - 1
.github/workflows/release.yml

@@ -128,7 +128,7 @@ jobs:
 
       - name: Download artifacts
         if: ${{ env.HAS_DOCKER_CREDS == 'true' }}
-        uses: actions/download-artifact@v3
+        uses: actions/download-artifact@v4
         with:
           name: linux-latest
           path: artifacts