diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 48ac317c..52d8dc90 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,7 +25,7 @@ jobs: - run: pytest --cov=thin_egress_app --cov-report=term-missing --cov-report=xml --cov-branch tests - name: Report coverage - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true