From 38ac7461b537e676b1e8d6cedc503a8006e89478 Mon Sep 17 00:00:00 2001 From: Simon Exner <43469235+0815Creeper@users.noreply.github.com> Date: Wed, 18 Dec 2024 11:32:03 +0100 Subject: [PATCH] Update TestLatest.yml dependabots "Bump codecov/codecov-action from 4 to 5" --- .github/workflows/TestLatest.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/TestLatest.yml b/.github/workflows/TestLatest.yml index 53a2bd19..981f99e8 100644 --- a/.github/workflows/TestLatest.yml +++ b/.github/workflows/TestLatest.yml @@ -62,8 +62,8 @@ jobs: # Run codecov - name: "Run CodeCov" - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: - file: lcov.info + files: lcov.info