diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 31f8e6e..1939478 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@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} - name: Upload test results to Codecov