Skip to content

Commit

Permalink
Start updating to v4 artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Mullen committed Feb 5, 2025
1 parent 9b045ae commit 5f1c820
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-extended.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
exit 1
fi
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: log-and-convergence-${{ matrix.device }}-${{ matrix.parallel }}
path: |
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:
cd build
ctest -L regression -L ${{ matrix.parallel }} -LE perf-reg --timeout 3600
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: log-and-convergence-${{ matrix.parallel }}
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
cd build
ctest -LE mpi
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: configure-log-unit-macos
path: build/CMakeFiles/CMakeOutput.log
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci-short.yml
Original file line number Diff line number Diff line change
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 5f1c820

Please sign in to comment.