diff --git a/.github/workflows/hil.yml b/.github/workflows/hil.yml index 1aafdcaca97..6b9ebd2e06c 100644 --- a/.github/workflows/hil.yml +++ b/.github/workflows/hil.yml @@ -58,7 +58,7 @@ jobs: run: | bash .github/scripts/tests_build.sh -c -t ${{matrix.chip}} -i ${{matrix.chunks}} -m ${{env.MAX_CHUNKS}} - name: Upload ${{matrix.chip}}-${{matrix.chunks}} artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: ${{matrix.chip}}-${{matrix.chunks}}.artifacts path: | @@ -87,7 +87,7 @@ jobs: uses: actions/checkout@v3 - name: Download ${{matrix.chip}}-${{matrix.chunks}} artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: ${{matrix.chip}}-${{matrix.chunks}}.artifacts path: tests/ @@ -103,7 +103,7 @@ jobs: bash .github/scripts/tests_run.sh -c -t ${{matrix.chip}} -i ${{matrix.chunks}} -m ${{env.MAX_CHUNKS}} -e - name: Upload test result artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 if: always() with: name: test_results-${{matrix.chip}}-${{matrix.chunks}} @@ -118,7 +118,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Upload - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: Event File path: ${{github.event_path}}