Skip to content

Commit

Permalink
Merge pull request #312 from sandialabs/kuberry-patch-upload-artifact-v4
Browse files Browse the repository at this point in the history
Update check_in_script.yml
  • Loading branch information
kuberry authored Dec 3, 2024
2 parents caf78d3 + 2f7b68d commit 9cecd5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check_in_script.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ jobs:
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
run: ctest -C ${{env.BUILD_TYPE}}

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
if: failure()
with:
name: test-failure.log
name: test-failure-${{matrix.os}}.log
path: ${{github.workspace}}/build/Testing/Temporary/LastTest.log

0 comments on commit 9cecd5c

Please sign in to comment.