Skip to content

Commit

Permalink
CI: switch to actions/upload-artifact@v4 because of deprecated NodeJS
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaslg committed Nov 6, 2024
1 parent a85f8b3 commit 67baf2a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Archive unit tests logs
if: ${{ inputs.run-tests && failure() }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: unit-test-logs
path: $GITHUB_WORKSPACE/build/Testing/Temporary/LastTest.log
Expand All @@ -59,7 +59,7 @@ jobs:
- name: Archive test_link logs
if: ${{ failure() }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: test-of-link-logs
path: $GITHUB_WORKSPACE/test_link/build/Testing/Temporary/LastTest.log
2 changes: 1 addition & 1 deletion .github/workflows/spack-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Archive test_link logs
if: ${{ failure() }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: test-of-link-logs
path: ${{ github.workspace }}/test_link/build/Testing/Temporary/LastTest.log

0 comments on commit 67baf2a

Please sign in to comment.