From 8988920a3e3d4445aa9deba7f6da22e0034c2e80 Mon Sep 17 00:00:00 2001 From: Pieter Noordhuis Date: Thu, 25 Jan 2024 11:47:03 +0100 Subject: [PATCH] Update codecov/codecov-action to v3 (#1149) ## Changes v1 has been deprecated for a long time and produces warnings in action output. --- .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 84fd0b1c..ae724b31 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@v1 + uses: codecov/codecov-action@v3 fmt: runs-on: ubuntu-latest