Quellcode durchsuchen

Merge pull request #6042 from wekan/dependabot/github_actions/actions/download-artifact-7

Bump actions/download-artifact from 6 to 7
Lauri Ojansivu vor 1 Woche
Ursprung
Commit
4ea53af76e
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      .github/workflows/test_suite.yml

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

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