Skip to content

Commit

Permalink
Merge branch 'main' into set_session_time
Browse files Browse the repository at this point in the history
  • Loading branch information
oruebel authored Jan 23, 2025
2 parents b970502 + c5ac566 commit 9f09dad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
run: ctest --output-on-failure --no-tests=error -C Release -j 2

- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: test-files-${{ matrix.os }}
path: |
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:

steps:
- name: Download test files
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: test-files-${{ matrix.os }}
path: nwb_files
Expand Down

0 comments on commit 9f09dad

Please sign in to comment.