Skip to content

Commit 002848b

Browse files
committed
Update to node 20
1 parent 6304aaf commit 002848b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/hil.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
run: |
5757
bash .github/scripts/tests_build.sh -c -t ${{matrix.chip}} -i ${{matrix.chunks}} -m ${{env.MAX_CHUNKS}}
5858
- name: Upload ${{matrix.chip}}-${{matrix.chunks}} artifacts
59-
uses: actions/upload-artifact@v3
59+
uses: actions/upload-artifact@v4
6060
with:
6161
name: ${{matrix.chip}}-${{matrix.chunks}}.artifacts
6262
path: |
@@ -97,7 +97,7 @@ jobs:
9797
bash .github/scripts/tests_run.sh -c -t ${{matrix.chip}} -i ${{matrix.chunks}} -m ${{env.MAX_CHUNKS}} -e
9898
9999
- name: Upload test result artifacts
100-
uses: actions/upload-artifact@v3
100+
uses: actions/upload-artifact@v4
101101
if: always()
102102
with:
103103
name: test_results-${{matrix.chip}}-${{matrix.chunks}}
@@ -112,7 +112,7 @@ jobs:
112112
runs-on: ubuntu-latest
113113
steps:
114114
- name: Upload
115-
uses: actions/upload-artifact@v3
115+
uses: actions/upload-artifact@v4
116116
with:
117117
name: Event File
118118
path: ${{github.event_path}}

0 commit comments

Comments
 (0)