From 0e928f4fe663d9e3756836fd8dcfe9132fc3340a Mon Sep 17 00:00:00 2001 From: Doug Date: Tue, 6 Feb 2024 12:07:36 +0000 Subject: [PATCH] Upgrade codecov-action to v4 --- .github/workflows/tests.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 47552f4..e946fcb 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -43,7 +43,9 @@ jobs: if-no-files-found: ignore - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: xcode: true xcode_archive_path: Logs/CompoundTests.xcresult