diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 1939478..5c02524 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -28,7 +28,7 @@ jobs: pytest --cov=pdfbaker --cov-report=xml --junitxml=junit.xml -o junit_family=legacy - name: Upload coverage to Codecov - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: token: ${{ secrets.CODECOV_TOKEN }} - name: Upload test results to Codecov