From 82cab83b72bd37e38ad07c704e22a66fd458a579 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 30 Oct 2022 00:01:12 +0000 Subject: [PATCH] Update codecov/codecov-action action to v3 --- .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 e62f496..5213d6c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,7 +21,7 @@ jobs: run: | ./earthly.sh +test - name: Codecov - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v3 with: file: ./coverage.out - uses: actions/upload-artifact@v2