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