From b006566234acc64537e0c327c5e0719865226b93 Mon Sep 17 00:00:00 2001 From: Tom Hu Date: Thu, 5 Dec 2024 18:57:48 -0300 Subject: [PATCH] chore(ci): upgrade to v5 --- .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 54c26db..26ded7f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,6 +11,6 @@ jobs: - name: Run tests run: ./test_calculator - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 env: CODECOV_TOKEN: ${{ secrets.CODECOV_ORG_TOKEN }}