From 20b3c6a0aba873131e53f4783422d1918c7af5f9 Mon Sep 17 00:00:00 2001 From: firewave Date: Fri, 23 Sep 2022 22:37:13 +0200 Subject: [PATCH] coverage.yml: updated `codecov/codecov-action` to `v3` --- .github/workflows/coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 141ce60a7fb..547be566be4 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -52,7 +52,7 @@ jobs: name: Coverage results path: coverage_report - - uses: codecov/codecov-action@v1.2.1 + - uses: codecov/codecov-action@v3 with: # token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos # file: ./coverage.xml # optional