We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bb1801 commit c490966Copy full SHA for c490966
1 file changed
.github/workflows/ci-build.yml
@@ -53,7 +53,7 @@ jobs:
53
python setup.py unit_tests --test-target tests/slack_sdk/oauth/state_store/test_sqlalchemy.py
54
- name: Run codecov (only 3.9)
55
if: startsWith(matrix.python-version, '3.9')
56
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
57
with:
58
token: ${{ secrets.CODECOV_TOKEN }}
59
# python setup.py validate generates the coverage file
0 commit comments