diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 779b2bd..a9300ab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -78,7 +78,7 @@ jobs: REDIS_URL: redis://localhost:6379 - name: Upload coverage report - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 if: always() with: token: ${{ secrets.CODECOV_TOKEN }}