Browse Source

Merge pull request #5983 from wekan/dependabot/github_actions/actions/upload-artifact-5

Bump actions/upload-artifact from 4 to 5
Lauri Ojansivu 1 week ago
parent
commit
3323ac6ac1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/test_suite.yml

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

@@ -136,7 +136,7 @@ jobs:
         run: sh ./test-wekan.sh -cv
 
       - name: Upload coverage
-        uses: actions/upload-artifact@v4
+        uses: actions/upload-artifact@v5
         with:
           name: coverage-folder
           path: .coverage/