From 09b94e0c1e74af3e1fd9d3f2296ce22d0412fc2b Mon Sep 17 00:00:00 2001 From: Matt Shirley Date: Thu, 25 Apr 2024 10:09:02 -0400 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 54b29d1..9cc73df 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -79,7 +79,7 @@ jobs: python3 bedrunall.py --tool pyfaidx BED03 ./ - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 continue-on-error: true with: fail_ci_if_error: true