From 8a9cabb3dff819defc267b479c1892188eca6015 Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Sat, 4 Feb 2023 19:57:48 +0200 Subject: [PATCH] Update codecov action --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b2e6dc08..e5e85147 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -93,10 +93,10 @@ jobs: - name: Upload coverage data if: "env.IS_PYPY == 'false'" - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v3 with: token: ${{ secrets.CODECOV_TOKEN }} - file: coverage.xml + files: coverage.xml flags: unittests name: py-${{ matrix.python-version }}-${{ matrix.os }} fail_ci_if_error: true