From 9fc22b86b4e27e6fcd19eba704663fa5fdf03473 Mon Sep 17 00:00:00 2001 From: nelsonic Date: Sat, 8 Jun 2024 12:36:10 +0100 Subject: [PATCH] update version of codecov/codecov-action@v3 with Token to fix coverage badge --- .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 266095f..f2860ce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: AUTH_API_KEY: ${{ secrets.AUTH_API_KEY }} ENCRYPTION_KEYS: ${{ secrets.ENCRYPTION_KEYS }} - name: Upload coverage to Codecov - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v3 # # Continuous Deployment to Fly.io # # https://fly.io/docs/app-guides/continuous-deployment-with-github-actions/