From 15971aee322728e48596f4b4443ecbf7876e9bb8 Mon Sep 17 00:00:00 2001 From: Tom Hu Date: Thu, 5 Dec 2024 19:32:14 -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 4aae51e..fbc42bd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: - name: Cloverage run: CLOVERAGE_VERSION=1.1.1 lein cloverage --codecov - name: Upload to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 env: CODECOV_TOKEN: ${{ secrets.CODECOV_ORG_TOKEN }} with: