Skip to content

Commit

Permalink
Downgrade upload-artifact to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
pzehner committed Jan 26, 2024
1 parent a9a5aa3 commit 582a75d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 582a75d

Please sign in to comment.