From ff1cc3cd8f632559819a723968d5c19c884fcb35 Mon Sep 17 00:00:00 2001 From: adam-fowler Date: Wed, 29 Jan 2025 10:54:35 +0000 Subject: [PATCH] Update from hummingbird-project-template 812da0c4a36c77ed781dd120d6d6dee7ca7841c2 --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1737d9e..3f393e8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,6 +36,7 @@ jobs: -ignore-filename-regex="\/Benchmarks\/" \ -instr-profile .build/debug/codecov/default.profdata > info.lcov - name: Upload to codecov.io - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v4 with: files: info.lcov + token: ${{ secrets.CODECOV_TOKEN }}