From c04afbb2ccf725a9b98b220826d9c81308f6f791 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20G=C3=B6ttgens?= Date: Thu, 22 Feb 2024 14:12:20 +0100 Subject: [PATCH] CI: update to codecov/codecov-action@v4 (#965) Same as https://github.com/oscar-system/Oscar.jl/pull/3334 --- .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 fe56ba719..9abb0484c 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -82,7 +82,9 @@ jobs: - name: "Upload coverage data to Codecov" continue-on-error: true - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 + with: + token: ${{ secrets.CODECOV_TOKEN }} docs: name: "Documentation"