From d4f90728a68ac1cebe0a846ffa3bed5570cb8f3b Mon Sep 17 00:00:00 2001 From: Martin Costello Date: Mon, 25 Nov 2024 15:03:58 +0000 Subject: [PATCH] Fix workflow warning Remove deprecated `file` input for codecov/codecov-action. --- .github/workflows/build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9eee09a0..5e4ffb70 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -76,7 +76,6 @@ jobs: env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: - file: ./artifacts/coverage/coverage.cobertura.xml flags: ${{ matrix.os-name }} - name: Generate SBOM