From ddb74629cbb58a6491e43bde65204e656ead30e8 Mon Sep 17 00:00:00 2001 From: Nick Lockwood Date: Wed, 27 Nov 2024 01:37:04 +0000 Subject: [PATCH] Revert "Bump the github-actions group with 2 updates (#1931)" This reverts commit b5d25986329ba517098abe89c8e28e8f7dfe9762. --- .github/workflows/build.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6e0c86e1c..8e4644771 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,7 +36,7 @@ jobs: cd ../../../../ xcrun llvm-cov export -format="lcov" -instr-profile $pathCoverage Build/Build/Products/Debug/SwiftFormat.framework/SwiftFormat > info.lcov - name: Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v4 with: # the token is optional for a public repo, but including it anyway token: a47579fa-9a2a-4c48-b557-aa725c6b5f92 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 291df99f6..9fcb626c9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: - name: Install cross-binutils for aarch64 run: sudo apt install -y binutils-aarch64-linux-gnu - name: Build and export binaries - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v5 with: context: . platforms: linux/amd64,linux/arm64