From 4d4d3cb8592f0d02034ed906f01a179b56894335 Mon Sep 17 00:00:00 2001 From: Usama Sadiq Date: Tue, 23 Apr 2024 16:59:24 +0500 Subject: [PATCH] build: update ci workflow --- .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 1b3979aa..f96490a2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: make validate_translations - name: Run Coverage if: matrix.python-version == '3.8' && matrix.toxenv=='django42' - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: flags: unittests file: ./coverage.xml