Skip to content

Commit

Permalink
update: use download v4
Browse files Browse the repository at this point in the history
  • Loading branch information
rschoene committed Aug 21, 2024
1 parent 69c6cea commit 829afc6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ jobs:
env:
CUDA_ROOT: '/usr/local/cuda'

#kudos to https://github.com/easimon/maximize-build-space/blob/master/action.yml

steps:
- name: Try to clean up some things
#kudos to https://github.com/easimon/maximize-build-space/blob/master/action.yml
run: |
sudo rm -rf /usr/local/lib/android
sudo rm -rf /usr/share/dotnet
Expand Down Expand Up @@ -437,7 +438,7 @@ jobs:
chmod +x FIRESTARTER_CUDA_NVHPC-22.5
# Linux CUDA HPC 23.7
- name: Retrieve FIRESTARTER_CUDA_NVHPC-23.7-linux
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: FIRESTARTER_CUDA_NVHPC-23.7-linux
path: FIRESTARTER
Expand Down

0 comments on commit 829afc6

Please sign in to comment.