From 5a80fd376ecb87f65032e7188ef68100a18c8330 Mon Sep 17 00:00:00 2001 From: Yegor Bugayenko Date: Wed, 27 Dec 2023 11:43:59 +0300 Subject: [PATCH] new location of codecov/codecov-action --- .github/workflows/codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 8a10ab00..50c1683e 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -14,7 +14,7 @@ jobs: ruby-version: 2.7 - run: bundle update - run: bundle exec rake - - uses: codecov/codecov-action@v4.0.0-beta.3 + - uses: codecov/codecov-action@v4.0.0-beta.3.0.0-beta.3 with: file: coverage/.resultset.json fail_ci_if_error: true