diff --git a/.github/workflows/pull_request_tests.yml b/.github/workflows/pull_request_tests.yml index adf3acc..e8b9008 100644 --- a/.github/workflows/pull_request_tests.yml +++ b/.github/workflows/pull_request_tests.yml @@ -23,7 +23,7 @@ jobs: run: | pytest --cov=src/ditto --cov-report=xml --cov-report=term . - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: token: ${{ secrets.CODECOV_TOKEN }} slug: NLR-Distribution-Suite/ditto