From 8a92f37b62ff41a66c4d8b0d1763c6edc91026b3 Mon Sep 17 00:00:00 2001 From: Zino Hofmann Date: Thu, 16 May 2024 15:00:07 +0000 Subject: [PATCH] =?UTF-8?q?ci:=20=F0=9F=91=B7=20upgrade=20`codecov-action`?= =?UTF-8?q?=20to=20v4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 d28f0500..8c4062cd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -83,6 +83,6 @@ jobs: --coverage - name: Upload code coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }}