Skip to content

Commit c490966

Browse files
Bump codecov/codecov-action from 3 to 4 (#1469)
1 parent 9bb1801 commit c490966

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
python setup.py unit_tests --test-target tests/slack_sdk/oauth/state_store/test_sqlalchemy.py
5454
- name: Run codecov (only 3.9)
5555
if: startsWith(matrix.python-version, '3.9')
56-
uses: codecov/codecov-action@v3
56+
uses: codecov/codecov-action@v4
5757
with:
5858
token: ${{ secrets.CODECOV_TOKEN }}
5959
# python setup.py validate generates the coverage file

0 commit comments

Comments
 (0)