@@ -8,10 +8,10 @@ permissions: read-all
88on : push
99
1010env :
11- WINDOWS_BASEKIT_URL : https://registrationcenter-download.intel.com/akdlm/IRC_NAS/ae29263e-38b9-4d43-86c3-376d6e0668e7 /intel-oneapi-base-toolkit-2025.0.1.47_offline .exe
12- WINDOWS_HPCKIT_URL : https://registrationcenter-download.intel.com/akdlm/IRC_NAS/a37c30c3-a846-4371-a85d-603e9a9eb94c /intel-oneapi-hpc-toolkit-2025.0.1.48_offline .exe
13- LINUX_BASEKIT_URL : https://registrationcenter-download.intel.com/akdlm/IRC_NAS/dfc4a434-838c-4450-a6fe-2fa903b75aa7 /intel-oneapi-base-toolkit-2025.0.1.46_offline .sh
14- LINUX_HPCKIT_URL : https://registrationcenter-download.intel.com/akdlm/IRC_NAS/b7f71cf2-8157-4393-abae-8cea815509f7 /intel-oneapi-hpc-toolkit-2025.0.1.47_offline .sh
11+ WINDOWS_BASEKIT_URL : https://registrationcenter-download.intel.com/akdlm/IRC_NAS/487fd8c3-a3d8-4c22-a903-f8d54c2c57be /intel-oneapi-base-toolkit-2025.1.0.650_offline .exe
12+ WINDOWS_HPCKIT_URL : https://registrationcenter-download.intel.com/akdlm/IRC_NAS/0ba263f5-de00-4e91-a780-fdb9e131c1e8 /intel-oneapi-hpc-toolkit-2025.1.0.665_offline .exe
13+ LINUX_BASEKIT_URL : https://registrationcenter-download.intel.com/akdlm/IRC_NAS/cca951e1-31e7-485e-b300-fe7627cb8c08 /intel-oneapi-base-toolkit-2025.1.0.651_offline .sh
14+ LINUX_HPCKIT_URL : https://registrationcenter-download.intel.com/akdlm/IRC_NAS/d0df6732-bf5c-493b-a484-6094bea53787 /intel-oneapi-hpc-toolkit-2025.1.0.666_offline .sh
1515 LINUX_AIKIT_URL : https://registrationcenter-download.intel.com/akdlm/IRC_NAS/491d5c2a-67fe-48d0-884f-6aecd88f5d8a/ai-tools-2025.0.0.75_offline.sh
1616 WINDOWS_CPP_COMPONENTS : intel.oneapi.win.cpp-dpcpp-common
1717 WINDOWS_FORTRAN_COMPONENTS : intel.oneapi.win.ifort-compiler
2222 LINUX_CPP_COMPONENTS_WEB : intel.oneapi.lin.dpcpp-cpp-compiler
2323 LINUX_FORTRAN_COMPONENTS_WEB : intel.oneapi.lin.ifort-compiler
2424 LINUX_DPCPP_COMPONENTS_WEB : intel.oneapi.lin.dpcpp-cpp-compiler
25- CACHE_NUMBER : 5
26- SAMPLES_TAG : 2025.0 .0
25+ CACHE_NUMBER : 4
26+ SAMPLES_TAG : 2025.1 .0
2727 AI_SAMPLES_TAG : 2025.0.0
28- COMPILER_VERSION : 2025.0.4
29- TBB_VERSION : 2022.0 .0
28+ COMPILER_VERSION : 2025.1.0
29+ TBB_VERSION : 2022.1 .0
3030 VS_VER : vs2022
3131
3232jobs :
5858 # Delete the following if you don't want to save install logs
5959 - name : Saving install logs
6060 if : steps.cache-install.outputs.cache-hit != 'true'
61- uses : actions/upload-artifact@v3
61+ uses : actions/upload-artifact@v4
6262 with :
6363 name : InstallLogs_${{ github.job }}
6464 path : |
9595 # Delete the following if you don't want to save install logs
9696 - name : Saving install logs
9797 if : steps.cache-install.outputs.cache-hit != 'true'
98- uses : actions/upload-artifact@v3
98+ uses : actions/upload-artifact@v4
9999 with :
100100 name : InstallLogs_${{ github.job }}
101101 path : |
@@ -137,7 +137,7 @@ jobs:
137137 # Delete the following if you don't want to save install logs
138138 - name : Saving install logs
139139 if : steps.cache-install.outputs.cache-hit != 'true'
140- uses : actions/upload-artifact@v3
140+ uses : actions/upload-artifact@v4
141141 with :
142142 name : InstallLogs_${{ github.job }}
143143 path : |
@@ -172,7 +172,7 @@ jobs:
172172 # Delete the following if you don't want to save install logs
173173 - name : Saving install logs
174174 if : steps.cache-install.outputs.cache-hit != 'true'
175- uses : actions/upload-artifact@v3
175+ uses : actions/upload-artifact@v4
176176 with :
177177 name : InstallLogs_${{ github.job }}
178178 path : |
@@ -206,7 +206,7 @@ jobs:
206206 # Delete the following if you don't want to save install logs
207207 - name : Saving install logs
208208 if : steps.cache-install.outputs.cache-hit != 'true'
209- uses : actions/upload-artifact@v3
209+ uses : actions/upload-artifact@v4
210210 with :
211211 name : InstallLogs_${{ github.job }}
212212 path : |
@@ -241,7 +241,7 @@ jobs:
241241 # Delete the following if you don't want to save install logs
242242 - name : Saving install logs
243243 if : steps.cache-install.outputs.cache-hit != 'true'
244- uses : actions/upload-artifact@v3
244+ uses : actions/upload-artifact@v4
245245 with :
246246 name : InstallLogs_${{ github.job }}
247247 path : |
@@ -264,7 +264,7 @@ jobs:
264264 # Delete the following if you don't want to save install logs
265265 - name : Saving install logs
266266 if : steps.cache-install.outputs.cache-hit != 'true'
267- uses : actions/upload-artifact@v3
267+ uses : actions/upload-artifact@v4
268268 with :
269269 name : InstallLogs_${{ github.job }}
270270 path : |
0 commit comments