From e3815115af26bff6f586f979bdd3e3c0f79980d5 Mon Sep 17 00:00:00 2001 From: schmidtw Date: Thu, 11 Jul 2024 23:45:08 -0700 Subject: [PATCH] Use newer codecove action. --- .github/workflows/push.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index f8a0b5b3..edeebb27 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -64,8 +64,8 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Upload Codecov.io - uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3.1.4 + uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0 with: directory: . flags: unittests - fail_ci_if_error: true + fail_ci_if_error: true \ No newline at end of file