From 05ca809956a8a89c7e29b3e3e0d1dca447a0dd6c Mon Sep 17 00:00:00 2001 From: collerek Date: Tue, 18 Oct 2022 10:25:16 +0200 Subject: [PATCH] bump codecov version --- .github/workflows/test-package.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'