From 8b7f98481e553966ee60b8a6b5a06a52e635fb11 Mon Sep 17 00:00:00 2001 From: Jacob Bednarz Date: Mon, 25 Sep 2023 09:28:04 +1000 Subject: [PATCH] Update coverage.yml --- .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 74804930c39..3751762865b 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -16,4 +16,4 @@ jobs: - name: Run coverage run: go test ./... -coverprofile=coverage.txt -covermode=atomic - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v4.0.0-beta.3