diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 72f7f701..9bdac8b7 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -45,7 +45,7 @@ jobs: - name: Test with pytest run: | pytest --cov=supernote --cov-report=term-missing --cov-report=xml - - uses: codecov/codecov-action@v6 + - uses: codecov/codecov-action@v7 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage.xml