Skip to content

Commit 629053d

Browse files
Bump actions/download-artifact from 5 to 6 (#14)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b096db6 commit 629053d

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
@@ -84,7 +84,7 @@ jobs:
8484

8585
steps:
8686
- name: Download Artifact
87-
uses: actions/download-artifact@v5
87+
uses: actions/download-artifact@v6
8888
with:
8989
name: dart-${{ inputs.ref }}-${{ matrix.host-arch }}
9090

.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@v5
28+
uses: actions/download-artifact@v6
2929
with:
3030
pattern: dartsdk-android-*-${{ github.ref_name }}
3131
merge-multiple: true
@@ -49,7 +49,7 @@ jobs:
4949
uses: actions/checkout@v5
5050

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

0 commit comments

Comments
 (0)