Skip to content

Commit 9043704

Browse files
committed
CI: switch to actions/upload-artifact@v4 because of deprecated NodeJS
1 parent a85f8b3 commit 9043704

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/cmake-reusable.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
4343
- name: Archive unit tests logs
4444
if: ${{ inputs.run-tests && failure() }}
45-
uses: actions/upload-artifact@v3
45+
uses: actions/upload-artifact@v4
4646
with:
4747
name: unit-test-logs
4848
path: $GITHUB_WORKSPACE/build/Testing/Temporary/LastTest.log
@@ -59,7 +59,7 @@ jobs:
5959
6060
- name: Archive test_link logs
6161
if: ${{ failure() }}
62-
uses: actions/upload-artifact@v3
62+
uses: actions/upload-artifact@v4
6363
with:
6464
name: test-of-link-logs
6565
path: $GITHUB_WORKSPACE/test_link/build/Testing/Temporary/LastTest.log

.github/workflows/spack-reusable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
8080
- name: Archive test_link logs
8181
if: ${{ failure() }}
82-
uses: actions/upload-artifact@v3
82+
uses: actions/upload-artifact@v4
8383
with:
8484
name: test-of-link-logs
8585
path: ${{ github.workspace }}/test_link/build/Testing/Temporary/LastTest.log

0 commit comments

Comments
 (0)