diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9339598..a53f191 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@v3 + uses: codecov/codecov-action@v5 with: file: coverage.xml flags: ${{ matrix.os }}-${{ matrix.python-version }}