diff --git a/.github/workflows/pull_request_tests.yml b/.github/workflows/pull_request_tests.yml index ab7e8c13..ab135407 100644 --- a/.github/workflows/pull_request_tests.yml +++ b/.github/workflows/pull_request_tests.yml @@ -23,7 +23,7 @@ jobs: run: | pytest --cov --cov-branch --cov-report=xml --junitxml=junit.xml -o junit_family=legacy - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} slug: NLR-Distribution-Suite/erad