From dedddd975c0a5b588e121568f61c4ffe942e1d5e Mon Sep 17 00:00:00 2001 From: gpotter2 <10530980+gpotter2@users.noreply.github.com> Date: Sun, 18 Feb 2024 17:18:29 +0100 Subject: [PATCH] Update codecov-action to v4 (#4291) --- .github/workflows/unittests.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/unittests.yml b/.github/workflows/unittests.yml index b120477df..b8e56968f 100644 --- a/.github/workflows/unittests.yml +++ b/.github/workflows/unittests.yml @@ -136,7 +136,9 @@ jobs: - name: Run Tox run: UT_FLAGS="${{ matrix.flags }}" ./.config/ci/test.sh ${{ matrix.python }} ${{ matrix.mode }} - name: Codecov - uses: codecov/codecov-action@v4.0.0-beta.3 + uses: codecov/codecov-action@v4 + with: + token: ${{ secrets.CODECOV_TOKEN }} cryptography: name: pyca/cryptography test