diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 071afb91..52d3f922 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1152,13 +1152,17 @@ jobs: path: repository persist-credentials: false + - name: Download Version + uses: actions/download-artifact@v4 + with: + path: artifacts + pattern: version + - name: Download artifacts uses: actions/download-artifact@v4 with: - # NOTE: This downloads all build artifacts, including the toolchains and host tools for - # the irrelevant hosts, because the download-artifact action does not support - # specifying wildcards in the artifact name. path: artifacts + pattern: "*_${{ matrix.host.name }}*" - name: Create distribution bundle run: | diff --git a/gcc b/gcc index 12d1ea99..45ac4a33 160000 --- a/gcc +++ b/gcc @@ -1 +1 @@ -Subproject commit 12d1ea999241791a800e0cdc4be3a5950fc8a39e +Subproject commit 45ac4a338c2d24f4c9b7c543f7a66d6ec794237c diff --git a/gcc_arc b/gcc_arc index b0d870c3..dca43c4a 160000 --- a/gcc_arc +++ b/gcc_arc @@ -1 +1 @@ -Subproject commit b0d870c37e70c4029934702274f29d7dfd730461 +Subproject commit dca43c4af7047bc03d723a2d57c99d738cbd7e03