File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ jobs:
120
120
121
121
steps :
122
122
- name : Download Artifact
123
- uses : actions/download-artifact@v3
123
+ uses : actions/download-artifact@v4
124
124
with :
125
125
name : dart-${{ inputs.ref }}-${{ matrix.host-arch }}
126
126
Original file line number Diff line number Diff line change @@ -21,27 +21,27 @@ jobs:
21
21
22
22
steps :
23
23
- name : Download Artifact
24
- uses : actions/download-artifact@v3
24
+ uses : actions/download-artifact@v4
25
25
with :
26
26
name : dartsdk-linux-x64-${{ github.ref_name }}
27
27
28
28
- name : Download Artifact
29
- uses : actions/download-artifact@v3
29
+ uses : actions/download-artifact@v4
30
30
with :
31
31
name : dartsdk-linux-ia32-${{ github.ref_name }}
32
32
33
33
- name : Download Artifact
34
- uses : actions/download-artifact@v3
34
+ uses : actions/download-artifact@v4
35
35
with :
36
36
name : dartsdk-linux-arm64-${{ github.ref_name }}
37
37
38
38
- name : Download Artifact
39
- uses : actions/download-artifact@v3
39
+ uses : actions/download-artifact@v4
40
40
with :
41
41
name : dartsdk-linux-arm-${{ github.ref_name }}
42
42
43
43
- name : Download Artifact
44
- uses : actions/download-artifact@v3
44
+ uses : actions/download-artifact@v4
45
45
with :
46
46
name : dartsdk-linux-riscv64-${{ github.ref_name }}
47
47
You can’t perform that action at this time.
0 commit comments