소스 검색

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/