Skip to content

Commit 888c84f

Browse files
committed
Update main.yml
1 parent ab058dd commit 888c84f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
# create an CODECOV_TOKEN env var in GitHub actions secret
5656
- name: "Upload coverage to Codecov"
5757
if: "${{ contains(env.USING_COVERAGE, matrix.python-version) && github.ref == 'refs/heads/master' }}"
58-
uses: "codecov/codecov-action@v4" # https://github.com/marketplace/actions/codecov
58+
uses: "codecov/codecov-action@v3" # https://github.com/marketplace/actions/codecov
5959
with:
6060
token: ${{ secrets.CODECOV_TOKEN }}
6161
slug: MacHu-GWU/pynamodb_mate-project

0 commit comments

Comments
 (0)