Skip to content

Commit 448257a

Browse files
committed
CI: GitHub Actions update for Node.js 24
1 parent 8134219 commit 448257a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: echo "FC=gfortran-15" >> $GITHUB_ENV
5252

5353
- &checkout
54-
uses: actions/checkout@v5
54+
uses: actions/checkout@v6
5555

5656
- &tell-ext
5757
name: Matlab tell External Language Interface versions

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ runs:
5454

5555
- name: upload logfile
5656
if: ${{ hashFiles(matrix.release-runner.os-test.log) != '' }}
57-
uses: actions/upload-artifact@v4
57+
uses: actions/upload-artifact@v6
5858
with:
5959
name: ${{ matrix.release }}-${{ runner.os }}-test-log
6060
path: ${{ matrix.release }}-${{ runner.os }}-test.log

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
runs-on: ubuntu-latest
4343

4444
steps:
45-
- uses: actions/checkout@v5
45+
- uses: actions/checkout@v6
4646

4747
- name: Setup Pages
4848
uses: actions/configure-pages@v5

0 commit comments

Comments
 (0)