Skip to content

Commit 6598d24

Browse files
dependabot[bot]ntkme
authored andcommitted
Bump actions/download-artifact from 3 to 4
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4207a08 commit 6598d24

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120

121121
steps:
122122
- name: Download Artifact
123-
uses: actions/download-artifact@v3
123+
uses: actions/download-artifact@v4
124124
with:
125125
name: dart-${{ inputs.ref }}-${{ matrix.host-arch }}
126126

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,27 +21,27 @@ jobs:
2121

2222
steps:
2323
- name: Download Artifact
24-
uses: actions/download-artifact@v3
24+
uses: actions/download-artifact@v4
2525
with:
2626
name: dartsdk-linux-x64-${{ github.ref_name }}
2727

2828
- name: Download Artifact
29-
uses: actions/download-artifact@v3
29+
uses: actions/download-artifact@v4
3030
with:
3131
name: dartsdk-linux-ia32-${{ github.ref_name }}
3232

3333
- name: Download Artifact
34-
uses: actions/download-artifact@v3
34+
uses: actions/download-artifact@v4
3535
with:
3636
name: dartsdk-linux-arm64-${{ github.ref_name }}
3737

3838
- name: Download Artifact
39-
uses: actions/download-artifact@v3
39+
uses: actions/download-artifact@v4
4040
with:
4141
name: dartsdk-linux-arm-${{ github.ref_name }}
4242

4343
- name: Download Artifact
44-
uses: actions/download-artifact@v3
44+
uses: actions/download-artifact@v4
4545
with:
4646
name: dartsdk-linux-riscv64-${{ github.ref_name }}
4747

0 commit comments

Comments
 (0)