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 @@ -128,23 +128,23 @@ jobs:
128128 run : |
129129 cd $GITHUB_WORKSPACE/scripts
130130 bash housekeeping.sh
131- - uses : actions/download-artifact@v3.0.2
131+ - uses : actions/download-artifact@v4
132132 with :
133133 name : macosx64file
134134 path : $GITHUB_WORKSPACE
135- - uses : actions/download-artifact@v3.0.2
135+ - uses : actions/download-artifact@v4
136136 with :
137137 name : macosarm64file
138138 path : $GITHUB_WORKSPACE
139- - uses : actions/download-artifact@v3.0.2
139+ - uses : actions/download-artifact@v4
140140 with :
141141 name : windowsx86file
142142 path : $GITHUB_WORKSPACE
143- - uses : actions/download-artifact@v3.0.2
143+ - uses : actions/download-artifact@v4
144144 with :
145145 name : windowsx64file
146146 path : $GITHUB_WORKSPACE
147- - uses : actions/download-artifact@v3.0.2
147+ - uses : actions/download-artifact@v4
148148 with :
149149 name : windowsarm64file
150150 path : $GITHUB_WORKSPACE
You can’t perform that action at this time.
0 commit comments