File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -97,19 +97,19 @@ jobs:
9797
9898 # Download all artifacts with correct names
9999 - name : Download mac-x64 artifact
100- uses : actions/download-artifact@v4
100+ uses : actions/download-artifact@v7
101101 with :
102102 name : release-macos-15-intel-x64
103103 path : temp-mac-x64
104104
105105 - name : Download mac-arm64 artifact
106- uses : actions/download-artifact@v4
106+ uses : actions/download-artifact@v7
107107 with :
108108 name : release-macos-latest-arm64
109109 path : temp-mac-arm64
110110
111111 - name : Download win-x64 artifact
112- uses : actions/download-artifact@v4
112+ uses : actions/download-artifact@v7
113113 with :
114114 name : release-windows-latest-x64
115115 path : temp-win-x64
Original file line number Diff line number Diff line change @@ -101,19 +101,19 @@ jobs:
101101
102102 # Download all artifacts with correct names
103103 - name : Download mac-x64 artifact
104- uses : actions/download-artifact@v4
104+ uses : actions/download-artifact@v7
105105 with :
106106 name : release-macos-15-intel-x64
107107 path : temp-mac-x64
108108
109109 - name : Download mac-arm64 artifact
110- uses : actions/download-artifact@v4
110+ uses : actions/download-artifact@v7
111111 with :
112112 name : release-macos-latest-arm64
113113 path : temp-mac-arm64
114114
115115 - name : Download win-x64 artifact
116- uses : actions/download-artifact@v4
116+ uses : actions/download-artifact@v7
117117 with :
118118 name : release-windows-latest-x64
119119 path : temp-win-x64
You can’t perform that action at this time.
0 commit comments