-
Notifications
You must be signed in to change notification settings - Fork 219
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update actions/upload-artifact action to v4.4.3
- Loading branch information
1 parent
3b795cb
commit c88ee38
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -57,7 +57,7 @@ jobs: | |
source /opt/intel/oneapi/compiler/latest/env/vars.sh | ||
.ci/scripts/build.sh --compiler icx --optimizations avx2 --target onedal | ||
- name: Archive build | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].3 | ||
with: | ||
name: __release_lnx | ||
path: ./__release_lnx | ||
|
@@ -105,7 +105,7 @@ jobs: | |
call .\oneapi\compiler\latest\bin\sycl-ls.exe | ||
call .\.ci\scripts\build.bat onedal_dpc vc avx2 | ||
- name: Archive build | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].3 | ||
with: | ||
name: __release_win | ||
path: .\__release_win_vc | ||
|
@@ -114,12 +114,12 @@ jobs: | |
run: | | ||
tar -cvzf icx.zip .\oneapi | ||
- name: Archive DPC++ | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].3 | ||
with: | ||
name: icx_compiler | ||
path: .\icx.zip | ||
- name: Archive Intel OpenCL CPU runtime | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].3 | ||
with: | ||
name: opencl_rt_installer | ||
path: .\opencl_rt.msi |