From c3b05a2b4cf960b34f8df34343216bf6e1e268ba Mon Sep 17 00:00:00 2001 From: Daniel Widdis Date: Wed, 5 Feb 2025 10:08:49 -0800 Subject: [PATCH] Fix upload parameter for codecov-action v5 Signed-off-by: Daniel Widdis --- .github/workflows/CI.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 30d8d47..b7d65af 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -7,8 +7,6 @@ on: pull_request: branches: - "*" -env: - ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true jobs: Get-CI-Image-Tag: @@ -77,7 +75,7 @@ jobs: env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: - file: ./build/reports/jacoco/test/jacocoTestReport.xml + files: ./build/reports/jacoco/test/jacocoTestReport.xml build-windows: needs: [spotless, javadoc]