浏览代码

Merge pull request #5245 from wekan/dependabot/github_actions/actions/download-artifact-4

Bump actions/download-artifact from 3 to 4
Lauri Ojansivu 1 年之前
父节点
当前提交
94be762f68
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/test_suite.yml

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

@@ -150,7 +150,7 @@ jobs:
         uses: actions/checkout@v4
 
       - name: Download coverage
-        uses: actions/download-artifact@v3
+        uses: actions/download-artifact@v4
         with:
           name: coverage-folder
           path: .coverage/