We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab058dd commit 888c84fCopy full SHA for 888c84f
.github/workflows/main.yml
@@ -55,7 +55,7 @@ jobs:
55
# create an CODECOV_TOKEN env var in GitHub actions secret
56
- name: "Upload coverage to Codecov"
57
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
+ uses: "codecov/codecov-action@v3" # https://github.com/marketplace/actions/codecov
59
with:
60
token: ${{ secrets.CODECOV_TOKEN }}
61
slug: MacHu-GWU/pynamodb_mate-project
0 commit comments