diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 234cd35..8a598c6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -37,7 +37,7 @@ jobs: - name: Test run: nox -N -s test-${{ matrix.python-version }} -- -v - name: Upload coverage report - uses: codecov/codecov-action@v4.5.0 + uses: codecov/codecov-action@v5.1.2 with: name: Python ${{ matrix.python-version }} files: ./coverage.xml