diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index f20d41f2f..80a530175 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -251,7 +251,7 @@ jobs: done - name: Upload ova image to artifacts for test job - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: ${{ matrix.board.id == 'ova' }} with: name: ova-image diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 170b857b6..84be9d0d8 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -70,7 +70,7 @@ jobs: ./tests/run_tests.sh - name: Archive logs - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: always() with: name: logs @@ -78,7 +78,7 @@ jobs: tests/lg_logs/** - name: Archive JUnit reports - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: always() with: name: junit_reports