From ef271b5415a257828484b1ab808c34d55098cb4f Mon Sep 17 00:00:00 2001 From: Andrey Kislyuk Date: Sun, 1 Dec 2024 10:44:25 -0800 Subject: [PATCH] Update codecov action to v5 --- .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 5700c30..1ddf114 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: - run: make install - run: make lint - run: make test - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v5 isort: runs-on: ubuntu-22.04 steps: