diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7d6d1a0..fae925d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,7 +26,7 @@ jobs: - name: Test with tox run: SKIP=no-commit-to-branch 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