diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f1a260dcca..a25b6f6970 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -78,7 +78,7 @@ jobs: tmux -V poetry run py.test --cov=./ --cov-report=xml - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }}