@@ -1738,10 +1738,10 @@ jobs:
1738
1738
}
1739
1739
cmake --build ${{ github.workspace }}/BinaryCache/swift --target install
1740
1740
1741
- - uses : actions/ upload-artifact@v4
1741
+ - uses : thebrowsercompany/gha- upload-tar- artifact@e18c33b1cd416d0d96a91dc6dce06219f98e4e27 # main
1742
1742
if : matrix.os != 'Android' || inputs.build_android
1743
1743
with :
1744
- name : ${{ matrix.os }}-stdlib -${{ matrix.arch }}
1744
+ name : stdlib- ${{ matrix.os }}-${{ matrix.arch }}
1745
1745
path : ${{ github.workspace }}/BuildRoot/Library
1746
1746
1747
1747
- uses : actions/upload-artifact@v4
@@ -1791,14 +1791,14 @@ jobs:
1791
1791
with :
1792
1792
name : swift-syntax-Windows-${{ matrix.arch }}
1793
1793
path : ${{ github.workspace }}/BinaryCache/swift-syntax
1794
- - uses : actions/ download-artifact@v4
1794
+ - uses : thebrowsercompany/gha- download-tar- artifact@59992d91335d4ecba543c8535f7d07238e42125d # main
1795
1795
with :
1796
- name : Windows- stdlib-${{ matrix.arch }}
1796
+ name : stdlib-Windows -${{ matrix.arch }}
1797
1797
path : ${{ github.workspace }}/BinaryCache/Library
1798
- - uses : actions/ download-artifact@v4
1798
+ - uses : thebrowsercompany/gha- download-tar- artifact@59992d91335d4ecba543c8535f7d07238e42125d # main
1799
1799
if : matrix.arch == 'arm64'
1800
1800
with :
1801
- name : Windows- stdlib-${{ inputs.build_arch }}
1801
+ name : stdlib-Windows -${{ inputs.build_arch }}
1802
1802
path : ${{ github.workspace }}/BinaryCache/Library
1803
1803
- uses : actions/download-artifact@v4
1804
1804
with :
@@ -2033,14 +2033,14 @@ jobs:
2033
2033
with :
2034
2034
name : compilers-Windows-${{ inputs.build_arch }}
2035
2035
path : ${{ github.workspace }}/BinaryCache/Library
2036
- - uses : actions/ download-artifact@v4
2036
+ - uses : thebrowsercompany/gha- download-tar- artifact@59992d91335d4ecba543c8535f7d07238e42125d # main
2037
2037
if : matrix.os != 'Android' || inputs.build_android
2038
2038
with :
2039
- name : ${{ matrix.os }}-stdlib -${{ matrix.arch }}
2039
+ name : stdlib- ${{ matrix.os }}-${{ matrix.arch }}
2040
2040
path : ${{ github.workspace }}/BinaryCache/Library
2041
- - uses : actions/ download-artifact@v4
2041
+ - uses : thebrowsercompany/gha- download-tar- artifact@59992d91335d4ecba543c8535f7d07238e42125d # main
2042
2042
with :
2043
- name : Windows- stdlib-${{ inputs.build_arch }}
2043
+ name : stdlib-Windows -${{ inputs.build_arch }}
2044
2044
path : ${{ github.workspace }}/BinaryCache/Library
2045
2045
- uses : actions/download-artifact@v4
2046
2046
if : matrix.os == 'Windows'
@@ -2495,9 +2495,9 @@ jobs:
2495
2495
with :
2496
2496
name : compilers-Windows-${{ inputs.build_arch }}
2497
2497
path : ${{ github.workspace }}/BinaryCache/Library
2498
- - uses : actions/ download-artifact@v4
2498
+ - uses : thebrowsercompany/gha- download-tar- artifact@59992d91335d4ecba543c8535f7d07238e42125d # main
2499
2499
with :
2500
- name : Windows- stdlib-${{ matrix.arch }}
2500
+ name : stdlib-Windows -${{ matrix.arch }}
2501
2501
path : ${{ github.workspace }}/BinaryCache/Library
2502
2502
- uses : actions/download-artifact@v4
2503
2503
with :
@@ -2644,9 +2644,9 @@ jobs:
2644
2644
Move-Item ${env:SDKROOT}/usr/lib/swift/windows/FoundationInternationalization.lib ${env:SDKROOT}/usr/lib/swift/windows/${{ matrix.cpu }}/
2645
2645
2646
2646
# Download host libraries for the windows amd64 host, after moving the target libraries to the target-specific directory.
2647
- - uses : actions/ download-artifact@v4
2647
+ - uses : thebrowsercompany/gha- download-tar- artifact@59992d91335d4ecba543c8535f7d07238e42125d # main
2648
2648
with :
2649
- name : Windows- stdlib-${{ inputs.build_arch }}
2649
+ name : stdlib-Windows -${{ inputs.build_arch }}
2650
2650
path : ${{ github.workspace }}/BinaryCache/Library
2651
2651
- uses : actions/download-artifact@v4
2652
2652
with :
@@ -3202,9 +3202,9 @@ jobs:
3202
3202
name : compilers-Windows-${{ inputs.build_arch }}
3203
3203
path : ${{ github.workspace }}/BinaryCache/Library
3204
3204
- name : Download stdlib
3205
- uses : actions/ download-artifact@v4
3205
+ uses : thebrowsercompany/gha- download-tar- artifact@59992d91335d4ecba543c8535f7d07238e42125d # main
3206
3206
with :
3207
- name : Windows- stdlib-${{ matrix.arch }}
3207
+ name : stdlib-Windows -${{ matrix.arch }}
3208
3208
path : ${{ github.workspace }}/BinaryCache/Library
3209
3209
- name : Download SDK
3210
3210
uses : actions/download-artifact@v4
@@ -3250,9 +3250,9 @@ jobs:
3250
3250
Move-Item ${env:SDKROOT}/usr/lib/swift/windows/FoundationInternationalization.lib ${env:SDKROOT}/usr/lib/swift/windows/${{ matrix.cpu }}/
3251
3251
3252
3252
# Download host SDK on top of the target SDK, so that the runtime DLLs are the host ones.
3253
- - uses : actions/ download-artifact@v4
3253
+ - uses : thebrowsercompany/gha- download-tar- artifact@59992d91335d4ecba543c8535f7d07238e42125d # main
3254
3254
with :
3255
- name : Windows- stdlib-${{ inputs.build_arch }}
3255
+ name : stdlib-Windows -${{ inputs.build_arch }}
3256
3256
path : ${{ github.workspace }}/BinaryCache/Library
3257
3257
- uses : actions/download-artifact@v4
3258
3258
with :
@@ -3497,9 +3497,9 @@ jobs:
3497
3497
platform : x86
3498
3498
3499
3499
steps :
3500
- - uses : actions/ download-artifact@v4
3500
+ - uses : thebrowsercompany/gha- download-tar- artifact@59992d91335d4ecba543c8535f7d07238e42125d # main
3501
3501
with :
3502
- name : Windows- stdlib-${{ matrix.arch }}
3502
+ name : stdlib-Windows -${{ matrix.arch }}
3503
3503
path : ${{ github.workspace }}/BuildRoot/Library
3504
3504
- uses : actions/download-artifact@v4
3505
3505
with :
@@ -3608,7 +3608,7 @@ jobs:
3608
3608
# There is currently no Android NDK for Windows ARM64 so build Android only on Windows X64 host only
3609
3609
if : inputs.build_android
3610
3610
with :
3611
- name : Android- stdlib-${{ matrix.arch }}
3611
+ name : stdlib-Android -${{ matrix.arch }}
3612
3612
path : ${{ github.workspace }}/BuildRoot/Library
3613
3613
- uses : actions/download-artifact@v4
3614
3614
if : inputs.build_android
0 commit comments