From a99366016fae04b6b7a3ecb5fa2f6d8c0f85257c Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Sat, 24 Jul 2021 00:36:41 +0200 Subject: [PATCH] Use major Signed-off-by: CrazyMax --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 446b237..692771c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,6 +28,6 @@ jobs: targets: test - name: Upload coverage - uses: codecov/codecov-action@v2.0.1 + uses: codecov/codecov-action@v2 with: file: ./coverage/clover.xml