From 3a93e19c87446f974c77455b3cbd738746ebc007 Mon Sep 17 00:00:00 2001 From: Tom Hu Date: Mon, 1 Apr 2024 18:34:26 -0700 Subject: [PATCH] chore(ci): upgrade to v4 --- .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 fb23bd64..1798a944 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: - name: Run tests and collect coverage run: pytest --cov app ${{ env.CODECOV_ATS_TESTS }} - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4-beta + uses: codecov/codecov-action@v4 with: flags: smart-tests verbose: true