Skip to content

Commit

Permalink
Merge pull request #336 from ko-matsu/feature/update-ci-20250103
Browse files Browse the repository at this point in the history
fix: update upload-artifact to v4
  • Loading branch information
k-matsuzawa authored Jan 6, 2025
2 parents 367a332 9e1cd15 commit 94ff9f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check_pre-merge_features.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 123,7 @@ jobs:
cd ..
- name: upload coverage
if: matrix.elements == 'on'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: output-lcov-cfdcore-${{ matrix.os }}
path: ./build/lcov_cfdcore_output.zip
Expand Down Expand Up @@ -193,7 193,7 @@ jobs:
# --valgrind-stacksize=1048576 --num-callers=12
valgrind -v --tool=memcheck --leak-check=full --valgrind-stacksize=10485760 --log-file=./valgrind.log --time-stamp=yes ./build/Debug/cfdcore_test
- name: upload coverage
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: valgrind-log
path: ./valgrind.log
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check_pre-merge_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 193,7 @@ jobs:
zip -r lcov_cfdcore_output.zip lcov_cfdcore_output
cd ..
- name: upload coverage
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: output-lcov-cfdcore-${{ matrix.os }}
path: ./build/lcov_cfdcore_output.zip
Expand Down

0 comments on commit 94ff9f9

Please sign in to comment.