diff --git a/.github/workflows/test-package.yml b/.github/workflows/test-package.yml index 50d9c7d..4b68afd 100644 --- a/.github/workflows/test-package.yml +++ b/.github/workflows/test-package.yml @@ -67,7 +67,7 @@ jobs: run: bash scripts/test.sh - run: mypy ormar tests benchmarks - name: Upload coverage - uses: codecov/codecov-action@v3.1.5 + uses: codecov/codecov-action@v3.1.6 - name: Test & publish code coverage uses: paambaati/codeclimate-action@v5.0.0 if: github.event.pull_request.head.repo.full_name == 'collerek/ormar'