Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ jobs:
winpthreads-git-12.0.0.r688.g6b2176247-1
steps:
- name: Download MSYS2
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
name: msys2-${{ matrix.sys }}

Expand Down Expand Up @@ -374,7 +374,7 @@ jobs:

- name: Download vcpkg
if: matrix.ruby-version == 'mswin'
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
name: vcpkg-${{ matrix.triplet }}

Expand Down Expand Up @@ -408,7 +408,7 @@ jobs:
'@ | Tee-Object -FilePath "${env:GITHUB_ENV}" -Append -Encoding UTF8

- name: Download MSYS2
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
name: msys2-${{ matrix.sys }}${{ matrix.variant }}

Expand Down Expand Up @@ -466,7 +466,7 @@ jobs:
GH_TOKEN: ${{ github.token }}

- name: Download Artifacts
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
path: b
pattern: '*-packages-txt'
Expand Down Expand Up @@ -497,7 +497,7 @@ jobs:
sparse-checkout-cone-mode: false

- name: Download Artifacts
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
merge-multiple: true

Expand Down