diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 79ddc09..e5db32b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -35,7 +35,7 @@ jobs: - name: Run tests run: tox run -e tests - name: Upload coverage to CodeCov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: flags: ${{ matrix.os }}_${{ matrix.py }} if: success()