From afcc8549fcdac621ad7ac063315df98eb9084bc4 Mon Sep 17 00:00:00 2001 From: Anna Shamray Date: Fri, 3 May 2024 11:32:25 +0200 Subject: [PATCH] :construction_worker: update codecov GH action --- .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 121de9e9..46806e3d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,7 +61,7 @@ jobs: DB_PASSWORD: '' - name: Publish coverage report - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v4 docker: needs: tests