From f132885d282bb1c5e8ab094c18ae886f2cc22ead Mon Sep 17 00:00:00 2001 From: Yannick Vaucher Date: Sat, 5 Oct 2024 13:58:51 +0200 Subject: [PATCH] Upgrade GH action codecov to v4 --- .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 ecf124f..46fe72b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,6 +39,6 @@ jobs: run: | tox run - name: Upload Coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} # required