Skip to content

Commit

Permalink
- update octave
Browse files Browse the repository at this point in the history
  • Loading branch information
fbergmann committed Oct 7, 2024
1 parent 74ef963 commit 91760e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/octave.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Checkout submodules
run: git submodule update --init --recursive
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
run: LD_LIBRARY_PATH=../../../../.. octave --eval "runTests()"

- name: Upload
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
path: ${{runner.workspace}}/build/octave_${{ matrix.os }}.tar.gz
name: octave_${{ matrix.os }}.tar.gz

0 comments on commit 91760e8

Please sign in to comment.