diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ada3867..f844d2b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -34,7 +34,7 @@ jobs: - name: Run tests and coverage run: make coverage - name: Code coverage - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: file: coverage.xml flags: ${{ matrix.os }}-${{ matrix.python-version }}