Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update actions/upload-artifact action to v4.4.3 - autoclosed #2940

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading