Skip to content

Commit 6cbd043

Browse files
Bump actions/download-artifact from 4 to 6 (#30)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e5dd365 commit 6cbd043

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
winpthreads-git-12.0.0.r688.g6b2176247-1
171171
steps:
172172
- name: Download MSYS2
173-
uses: actions/download-artifact@v4
173+
uses: actions/download-artifact@v6
174174
with:
175175
name: msys2-${{ matrix.sys }}
176176

@@ -374,7 +374,7 @@ jobs:
374374

375375
- name: Download vcpkg
376376
if: matrix.ruby-version == 'mswin'
377-
uses: actions/download-artifact@v4
377+
uses: actions/download-artifact@v6
378378
with:
379379
name: vcpkg-${{ matrix.triplet }}
380380

@@ -408,7 +408,7 @@ jobs:
408408
'@ | Tee-Object -FilePath "${env:GITHUB_ENV}" -Append -Encoding UTF8
409409
410410
- name: Download MSYS2
411-
uses: actions/download-artifact@v4
411+
uses: actions/download-artifact@v6
412412
with:
413413
name: msys2-${{ matrix.sys }}${{ matrix.variant }}
414414

@@ -466,7 +466,7 @@ jobs:
466466
GH_TOKEN: ${{ github.token }}
467467

468468
- name: Download Artifacts
469-
uses: actions/download-artifact@v4
469+
uses: actions/download-artifact@v6
470470
with:
471471
path: b
472472
pattern: '*-packages-txt'
@@ -497,7 +497,7 @@ jobs:
497497
sparse-checkout-cone-mode: false
498498

499499
- name: Download Artifacts
500-
uses: actions/download-artifact@v4
500+
uses: actions/download-artifact@v6
501501
with:
502502
merge-multiple: true
503503

0 commit comments

Comments
 (0)