From b6510ca85888a3fc399b25bcc948272fe4ec7ce6 Mon Sep 17 00:00:00 2001 From: dcvz Date: Thu, 11 Apr 2024 19:26:16 +0200 Subject: [PATCH] chore(ci): update workflow step versions --- .github/workflows/validate.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 40e57a2..329fc83 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -21,12 +21,12 @@ jobs: destination: '-destination "platform=macOS,name=Any Mac"' steps: - name: Checkout Repo - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Run Tests if: matrix.target == 'macos' # Skip iOS until we can get them to run reliably run: xcodebuild test -scheme SwiftAudioEx ${{ matrix.destination }} -enableCodeCoverage YES - name: Upload coverage to Codecov if: matrix.target == 'macos' - uses: codecov/codecov-action@v1.2.1 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }}