File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4040
4141 steps :
4242 - &checkout
43- uses : actions/checkout@v5
43+ uses : actions/checkout@v6
4444
4545 - uses : ./.github/workflows/composite-unix
4646
@@ -207,7 +207,7 @@ jobs:
207207
208208 - name : upload CMakeConfigureLog.yaml
209209 if : failure() && hashFiles('build/CMakeFiles/CMakeConfigureLog.yaml') != ''
210- uses : actions/upload-artifact@v5
210+ uses : actions/upload-artifact@v6
211211 with :
212212 name : ${{ runner.os }}-CMakeConfigureLog.yaml
213213 path : build/CMakeFiles/CMakeConfigureLog.yaml
Original file line number Diff line number Diff line change 1616
1717 - name : upload CMakeConfigureLog.yaml
1818 if : failure() && hashFiles('build/CMakeFiles/CMakeConfigureLog.yaml') != ''
19- uses : actions/upload-artifact@v4
19+ uses : actions/upload-artifact@v6
2020 with :
2121 name : ${{ runner.os }}-${{ env.CC }}-${{ env.FC }}-CMakeConfigureLog.yaml
2222 path : build/CMakeFiles/CMakeConfigureLog.yaml
Original file line number Diff line number Diff line change @@ -46,11 +46,11 @@ jobs:
4646 # oneapi: [2025.3]
4747
4848 steps :
49- - uses : actions/checkout@v5
49+ - uses : actions/checkout@v6
5050
5151 - name : cache install oneAPI
5252 id : cache-install
53- uses : actions/cache@v4
53+ uses : actions/cache@v5
5454 with :
5555 path : |
5656 /opt/intel/oneapi
7272
7373 - name : Upload log failure
7474 if : failure()
75- uses : actions/upload-artifact@v5
75+ uses : actions/upload-artifact@v6
7676 with :
7777 name : oneapi-${{ runner.os }}-CMakeConfigureLog.yaml
7878 path : build/CMakeFiles/CMakeConfigureLog.yaml
You can’t perform that action at this time.
0 commit comments