From 582a75d651ce4f0dd44ec6e1a9d900aa6161b6b6 Mon Sep 17 00:00:00 2001 From: Paul Zehner Date: Fri, 26 Jan 2024 12:11:51 +0100 Subject: [PATCH] Downgrade upload-artifact to v3 --- .github/workflows/cmake.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index ba9ea416..f6491e2a 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -167,7 +167,7 @@ jobs: if: matrix.target.name == 'native' - name: Save artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: name: tests_${{ matrix.backend.name }} path: tests_${{ matrix.backend.name }}.tar @@ -189,7 +189,7 @@ jobs: docker run -v ${{ github.workspace }}:/work ghcr.io/cexa-project/kokkos-fft/base_${{ matrix.backend.name }} \ cmake --build build_test -j $(( $(nproc) * 2 + 1 )) - test-cuda: + test_cuda: # run CUDA tests on Ruche supercomputer runs-on: - self-hosted