Skip to content

Commit 2aaa66c

Browse files
ci(deps): bump actions/download-artifact from 4 to 5 (#23)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent eec74b5 commit 2aaa66c

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/build-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
runs-on: ubuntu-latest
158158
steps:
159159
- name: Download all prebuild artifacts
160-
uses: actions/download-artifact@v4
160+
uses: actions/download-artifact@v5
161161
with:
162162
pattern: prebuilds-*
163163
path: prebuilds-temp/

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ jobs:
243243
submodules: recursive
244244

245245
- name: Download XZ sources
246-
uses: actions/download-artifact@v4
246+
uses: actions/download-artifact@v5
247247
with:
248248
name: xz-sources
249249
path: .
@@ -328,7 +328,7 @@ jobs:
328328
submodules: recursive
329329

330330
- name: Download XZ sources
331-
uses: actions/download-artifact@v4
331+
uses: actions/download-artifact@v5
332332
with:
333333
name: xz-sources
334334
path: .
@@ -408,7 +408,7 @@ jobs:
408408
submodules: recursive
409409

410410
- name: Download XZ sources
411-
uses: actions/download-artifact@v4
411+
uses: actions/download-artifact@v5
412412
with:
413413
name: xz-sources
414414
path: .

.github/workflows/pre-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
147147

148148
- name: Download all prebuilds
149-
uses: actions/download-artifact@v4
149+
uses: actions/download-artifact@v5
150150
with:
151151
path: prebuilds-temp/
152152

.github/workflows/test-with-artifacts.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,12 @@ jobs:
4949
cache: 'pnpm'
5050
cache-dependency-path: pnpm-lock.yaml
5151
- name: Download prebuilds
52-
uses: actions/download-artifact@v4
52+
uses: actions/download-artifact@v5
5353
with:
5454
name: prebuilds-${{ matrix.target }}
5555
path: prebuilds/
5656
- name: Download build cache
57-
uses: actions/download-artifact@v4
57+
uses: actions/download-artifact@v5
5858
with:
5959
name: build-cache-${{ matrix.target }}
6060
path: .
@@ -109,12 +109,12 @@ jobs:
109109
cache: 'pnpm'
110110
cache-dependency-path: pnpm-lock.yaml
111111
- name: Download prebuilds
112-
uses: actions/download-artifact@v4
112+
uses: actions/download-artifact@v5
113113
with:
114114
name: prebuilds-${{ matrix.target }}
115115
path: prebuilds/
116116
- name: Download build cache
117-
uses: actions/download-artifact@v4
117+
uses: actions/download-artifact@v5
118118
with:
119119
name: build-cache-${{ matrix.target }}
120120
path: .

0 commit comments

Comments
 (0)