From 5d499441ed69be733204423638397b208ae4826c Mon Sep 17 00:00:00 2001 From: Phillip Alday Date: Mon, 29 Jan 2024 15:25:14 -0600 Subject: [PATCH] Bump codecov action (#23) * TimeSpans 1 compat * update codecov action --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 74147e7..3e066e4 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -36,7 +36,7 @@ jobs: - uses: julia-actions/julia-buildpkg@v1 - uses: julia-actions/julia-runtest@v1 - uses: julia-actions/julia-processcoverage@v1 - - uses: codecov/codecov-action@v2 + - uses: codecov/codecov-action@v3 with: token: ${{ secrets.CODECOV_TOKEN }} files: lcov.info