Skip to content

Commit 57d9e23

Browse files
Steelskincompnerd
authored andcommitted
[GHA] Update GHA upload/download tar actions
This fixes an issue where the GHA upload/download tar artifact actions were using the first `tar` command in `PATH`, which may be a GNU tar command on Windows. GNU tar cannot properly parse Windows paths.
1 parent 6225f98 commit 57d9e23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/swift-toolchain.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -797,7 +797,7 @@ jobs:
797797
Copy-Item -Path "${SourceBinDir}/${binName}" -Destination $binPath -Force
798798
}
799799
800-
- uses: thebrowsercompany/gha-upload-tar-artifact@d8f9b9d463a319b5b65b273db0a4e12ab0b10e72 # main
800+
- uses: thebrowsercompany/gha-upload-tar-artifact@e18c33b1cd416d0d96a91dc6dce06219f98e4e27 # main
801801
with:
802802
name: early-swift-driver-${{ matrix.os }}-${{ matrix.arch }}
803803
path: ${{ github.workspace }}/BuildRoot
@@ -839,7 +839,7 @@ jobs:
839839
with:
840840
name: cmark-gfm-Windows-${{ matrix.arch }}-${{ inputs.swift_cmark_version }}
841841
path: ${{ github.workspace }}/BinaryCache/Library/cmark-gfm-${{ inputs.swift_cmark_version }}/usr
842-
- uses: thebrowsercompany/gha-download-tar-artifact@717214c9da2a52b3407a5b0a1f31c00b8fde5681 # main
842+
- uses: thebrowsercompany/gha-download-tar-artifact@59992d91335d4ecba543c8535f7d07238e42125d # main
843843
with:
844844
name: early-swift-driver-Windows-amd64
845845
path: ${{ github.workspace }}/BinaryCache

0 commit comments

Comments
 (0)