Skip to content

Commit 8a92a1b

Browse files
committed
CI: GitHub Actions update for Node.js 24
1 parent 8e99964 commit 8a92a1b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
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

.github/workflows/composite-unix/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ runs:
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

.github/workflows/oneapi-linux.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
@@ -72,7 +72,7 @@ jobs:
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

0 commit comments

Comments
 (0)