We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c585d7d commit 75625c5Copy full SHA for 75625c5
.github/workflows/tests.yml
@@ -78,7 +78,7 @@ jobs:
78
tmux -V
79
poetry run py.test --cov=./ --cov-report=xml
80
81
- - uses: codecov/codecov-action@v3
+ - uses: codecov/codecov-action@v4
82
with:
83
token: ${{ secrets.CODECOV_TOKEN }}
84
0 commit comments