From 71ec07cca8c31fb7ada95b648316d396b008db36 Mon Sep 17 00:00:00 2001 From: Stuart McHattie Date: Tue, 30 Apr 2024 16:46:32 +0100 Subject: [PATCH] Use v3 Codecov action in CI test workflow --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2b88b956..47d16210 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -132,4 +132,6 @@ jobs: run: | python -m pytest -x - name: Upload coverage to Codecov - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v3 + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}