diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1d86950..00c5583 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,7 +29,7 @@ jobs: - name: Test with tox run: tox - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: name: Python ${{ matrix.python-version }} fail_ci_if_error: false