From 178729358e327ae8c0e39932845d40d840723637 Mon Sep 17 00:00:00 2001 From: Tom Hu Date: Thu, 21 Dec 2023 07:10:41 +1300 Subject: [PATCH] test: try v3 uploader --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0bce60d5..1126b116 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,6 +15,6 @@ jobs: - name: Run tests and collect coverage run: pytest --cov app - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4-beta + uses: codecov/codecov-action@v3 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}