Skip to content

Commit ddb7462

Browse files
committed
Revert "Bump the github-actions group with 2 updates (nicklockwood#1931)"
This reverts commit b5d2598.
1 parent 59918c9 commit ddb7462

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
cd ../../../../
3737
xcrun llvm-cov export -format="lcov" -instr-profile $pathCoverage Build/Build/Products/Debug/SwiftFormat.framework/SwiftFormat > info.lcov
3838
- name: Codecov
39-
uses: codecov/codecov-action@v5
39+
uses: codecov/codecov-action@v4
4040
with:
4141
# the token is optional for a public repo, but including it anyway
4242
token: a47579fa-9a2a-4c48-b557-aa725c6b5f92

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Install cross-binutils for aarch64
3434
run: sudo apt install -y binutils-aarch64-linux-gnu
3535
- name: Build and export binaries
36-
uses: docker/build-push-action@v6
36+
uses: docker/build-push-action@v5
3737
with:
3838
context: .
3939
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)