From cbdc7519948549fd12383de047b8077f92b2328f Mon Sep 17 00:00:00 2001 From: Matt Date: Sun, 21 May 2023 07:41:38 +0100 Subject: [PATCH] codecov/codecov-action@v1 is deprecated; v3 is now recommended --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b8a0d9be..853f06d1 100644 --- a/README.md +++ b/README.md @@ -305,7 +305,7 @@ jobs: # (requires CODECOV_TOKEN in repository secrets) #---------------------------------------------- - name: Upload coverage - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v3 with: token: ${{ secrets.CODECOV_TOKEN }} # Only required for private repositories file: ./coverage.xml