From 4f2c6150e7209229bc8cc8ea9b51afd64dbba280 Mon Sep 17 00:00:00 2001 From: Pieter Noordhuis Date: Mon, 18 Mar 2024 13:48:59 +0100 Subject: [PATCH] Update codecov/codecov-action to v4 (#1291) ## Changes This addresses a Node 16 deprecation warning in our GHA output. Full release notes of v4 at https://github.com/codecov/codecov-action/releases/tag/v4.0.0 --- .github/workflows/push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 428ecd59..18ba54a3 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -56,7 +56,7 @@ jobs: run: make test - name: Publish test coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 fmt: runs-on: ubuntu-latest