Skip to content

Commit 54e054d

Browse files
committed
fix: use correct domain for GitHub release assets
The Python binaries are actually hosted on release-assets.githubusercontent.com, not *.actions.githubusercontent.com
1 parent 6747328 commit 54e054d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conformance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
proxy.golang.org:443
3535
pypi.org:443
3636
storage.googleapis.com:443
37-
*.actions.githubusercontent.com:443
37+
release-assets.githubusercontent.com:443
3838
3939
- name: Checkout code
4040
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)