Skip to content

Commit 1ba2280

Browse files
committed
Update upload-artifact to v3 in HW CI
1 parent 909535f commit 1ba2280

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: .github/workflows/hil.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
run: |
5959
bash .github/scripts/tests_build.sh -c -t ${{matrix.chip}} -i ${{matrix.chunks}} -m ${{env.MAX_CHUNKS}}
6060
- name: Upload ${{matrix.chip}}-${{matrix.chunks}} artifacts
61-
uses: actions/upload-artifact@v2
61+
uses: actions/upload-artifact@v3
6262
with:
6363
name: ${{matrix.chip}}-${{matrix.chunks}}.artifacts
6464
path: |
@@ -87,7 +87,7 @@ jobs:
8787
uses: actions/checkout@v3
8888

8989
- name: Download ${{matrix.chip}}-${{matrix.chunks}} artifacts
90-
uses: actions/download-artifact@v2
90+
uses: actions/download-artifact@v3
9191
with:
9292
name: ${{matrix.chip}}-${{matrix.chunks}}.artifacts
9393
path: tests/
@@ -103,7 +103,7 @@ jobs:
103103
bash .github/scripts/tests_run.sh -c -t ${{matrix.chip}} -i ${{matrix.chunks}} -m ${{env.MAX_CHUNKS}} -e
104104
105105
- name: Upload test result artifacts
106-
uses: actions/upload-artifact@v2
106+
uses: actions/upload-artifact@v3
107107
if: always()
108108
with:
109109
name: test_results-${{matrix.chip}}-${{matrix.chunks}}
@@ -118,7 +118,7 @@ jobs:
118118
runs-on: ubuntu-latest
119119
steps:
120120
- name: Upload
121-
uses: actions/upload-artifact@v2
121+
uses: actions/upload-artifact@v3
122122
with:
123123
name: Event File
124124
path: ${{github.event_path}}

0 commit comments

Comments
 (0)