File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 41
41
os : [ubuntu-latest, macos-latest, windows-latest]
42
42
runs-on : ${{ matrix.os }}
43
43
steps :
44
- - uses : actions/download-artifact@v4
44
+ - uses : actions/download-artifact@v5
45
45
with :
46
46
name : installer
47
47
57
57
os : [ubuntu-latest, macos-latest, windows-latest]
58
58
runs-on : ${{ matrix.os }}
59
59
steps :
60
- - uses : actions/download-artifact@v4
60
+ - uses : actions/download-artifact@v5
61
61
with :
62
62
name : installer
63
63
73
73
os : [ubuntu-latest, macos-latest, windows-latest]
74
74
runs-on : ${{ matrix.os }}
75
75
steps :
76
- - uses : actions/download-artifact@v4
76
+ - uses : actions/download-artifact@v5
77
77
with :
78
78
name : installer
79
79
96
96
os : [ubuntu-latest, macos-latest, windows-latest]
97
97
runs-on : ${{ matrix.os }}
98
98
steps :
99
- - uses : actions/download-artifact@v4
99
+ - uses : actions/download-artifact@v5
100
100
with :
101
101
name : installer
102
102
@@ -115,7 +115,7 @@ jobs:
115
115
os : [ubuntu-latest, macos-latest]
116
116
runs-on : ${{ matrix.os }}
117
117
steps :
118
- - uses : actions/download-artifact@v4
118
+ - uses : actions/download-artifact@v5
119
119
with :
120
120
name : installer
121
121
You can’t perform that action at this time.
0 commit comments