Skip to content

Commit 15aaf75

Browse files
Bump actions/download-artifact from 4 to 5 (#21)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 281ae37 commit 15aaf75

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
uses: dart-musl/setup-node-alpine-for-javascript-actions@v1
159159

160160
- name: Download Artifact
161-
uses: actions/download-artifact@v4
161+
uses: actions/download-artifact@v5
162162
with:
163163
name: dart-${{ inputs.ref }}-${{ matrix.host-arch }}
164164

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
steps:
2727
- name: Download Artifact
28-
uses: actions/download-artifact@v4
28+
uses: actions/download-artifact@v5
2929
with:
3030
pattern: dartsdk-linux-*-${{ github.ref_name }}
3131
merge-multiple: true
@@ -49,7 +49,7 @@ jobs:
4949
uses: actions/checkout@v4
5050

5151
- name: Download Artifact
52-
uses: actions/download-artifact@v4
52+
uses: actions/download-artifact@v5
5353
with:
5454
pattern: dartsdk-linux-*-${{ github.ref_name }}
5555
merge-multiple: true

0 commit comments

Comments
 (0)