Skip to content

Commit

Permalink
Update ci-short.yml
Browse files Browse the repository at this point in the history
update to upload-artifact@v4
  • Loading branch information
jdolence authored Feb 5, 2025
1 parent 3dfa2c2 commit 689f367
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-short.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: |
cmake -DCMAKE_CXX_FLAGS=-Werror -Bbuild-copyright-check
cmake --build build-copyright-check -t check-copyright
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: configure-log-style
path: build-copyright-check/CMakeFiles/CMakeOutput.log
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
# Pick GPU with most available memory
export CUDA_VISIBLE_DEVICES=$(nvidia-smi --query-gpu=memory.free,index --format=csv,nounits,noheader | sort -nr | head -1 | awk '{ print $NF }')
ctest -LE 'performance|regression'
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: configure-log-unit-${{ matrix.device }}
path: build/CMakeFiles/CMakeOutput.log
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
if grep HtoD profile.txt; then exit 1; fi
if grep DtoH profile.txt; then exit 1; fi
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: configure-log-integration-${{ matrix.device }}
path: |
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:
cd build
ctest -R regression_mpi_test:particle_leapfrog
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: configure-log-integration-amdgpu
path: |
Expand Down

0 comments on commit 689f367

Please sign in to comment.