File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ jobs:
158
158
uses : dart-musl/setup-node-alpine-for-javascript-actions@v1
159
159
160
160
- name : Download Artifact
161
- uses : actions/download-artifact@v4
161
+ uses : actions/download-artifact@v5
162
162
with :
163
163
name : dart-${{ inputs.ref }}-${{ matrix.host-arch }}
164
164
Original file line number Diff line number Diff line change 25
25
26
26
steps :
27
27
- name : Download Artifact
28
- uses : actions/download-artifact@v4
28
+ uses : actions/download-artifact@v5
29
29
with :
30
30
pattern : dartsdk-linux-*-${{ github.ref_name }}
31
31
merge-multiple : true
49
49
uses : actions/checkout@v4
50
50
51
51
- name : Download Artifact
52
- uses : actions/download-artifact@v4
52
+ uses : actions/download-artifact@v5
53
53
with :
54
54
pattern : dartsdk-linux-*-${{ github.ref_name }}
55
55
merge-multiple : true
You can’t perform that action at this time.
0 commit comments