From 4df4418a7d4e02e190bd5b4f6fcd6274c7e564d7 Mon Sep 17 00:00:00 2001 From: Ryan Parman Date: Thu, 7 Mar 2024 16:04:24 -0700 Subject: [PATCH] test: Allow tests to connect to uploads.github.com:443. --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index abaa443..6e82a6b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,6 +37,7 @@ jobs: objects.githubusercontent.com:443 proxy.golang.org:443 sum.golang.org:443 + uploads.github.com:443 - name: Checkout Source uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1