From 0b08be32a75a82eede890c700bd1dbb82d5a4e9f Mon Sep 17 00:00:00 2001 From: steveoh Date: Thu, 2 Jan 2025 17:49:55 -0700 Subject: [PATCH] ci: update codecov --- .github/workflows/pull_request.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index a7ffd18..288a9ee 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -47,7 +47,7 @@ jobs: run: pytest - name: ⬆️ Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} - file: ./cov.xml + files: ./cov.xml