From b9373cc61db99c2764a1695e1bf45063f2cdfc54 Mon Sep 17 00:00:00 2001 From: Alexey Semashkevich Date: Wed, 16 Nov 2022 10:33:12 +0100 Subject: [PATCH] Update github actions --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1521d82..6cfa368 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,7 +68,7 @@ jobs: PGPASSWORD: postgres - name: Upload coverage to Codecov - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v2 if: ${{ matrix.script == 'tests' }} with: token: ${{ secrets.CODECOV_TOKEN }}