diff --git a/.github/workflows/test-package.yml b/.github/workflows/test-package.yml index bfd4175..98d89af 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 - name: Upload coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v3.1.0 - name: Test & publish code coverage uses: paambaati/codeclimate-action@v3.1.0 if: github.event.pull_request.head.repo.full_name == 'collerek/ormar'