From c5ac566c57b84dc9efb1232f9d0dfb5c67eed876 Mon Sep 17 00:00:00 2001 From: Oliver Ruebel Date: Thu, 23 Jan 2025 11:56:27 -0800 Subject: [PATCH] Update GitHub up/download artifact version (#147) --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d0814f43..3d1cf31c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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: | @@ -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