From f88f343287bc95803cc89dd60fdd4389089d5611 Mon Sep 17 00:00:00 2001 From: tw-calvin Date: Mon, 2 Mar 2026 12:18:16 +0800 Subject: [PATCH] chore: migrate from community actions to proxy actions --- .github/workflows/swift.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index 3b977ac..e3ca2d0 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -44,4 +44,4 @@ jobs: - name: Test and generate code coverage report run: xcrun xcodebuild -workspace BigInt.xcworkspace -scheme BigInt-macOS test - name: Upload coverage to Codecov - uses: codecov/codecov-action@v1 + uses: trustwallet/github-actions-proxy/actions/codecov-action@main