File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments