Kaynağa Gözat

ci(ci.yml): bump codecov version @v3

Nicolas Meienberger 2 yıl önce
ebeveyn
işleme
d8fdf224f6
1 değiştirilmiş dosya ile 2 ekleme ve 3 silme
  1. 2 3
      .github/workflows/ci.yml

+ 2 - 3
.github/workflows/ci.yml

@@ -65,7 +65,6 @@ jobs:
       - name: Run tests
         run: pnpm -r test
 
-      - uses: codecov/codecov-action@v2
+      - uses: codecov/codecov-action@v3
         with:
-          token: ${{ secrets.CODECOV_TOKEN }}
-          files: ./packages/system-api/coverage/clover.xml,./packages/dashboard/coverage/clover.xml
+          token: ${{ secrets.CODECOV_TOKEN }}