Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact action to v4.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 9, 2024
1 parent 3b795cb commit c88ee38
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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

0 comments on commit c88ee38

Please sign in to comment.