diff --git a/.github/workflows/bench.yml b/.github/workflows/bench.yml index 56ed3c0094..3dcb2d2f2c 100644 --- a/.github/workflows/bench.yml +++ b/.github/workflows/bench.yml @@ -56,7 +56,7 @@ jobs: (cd pr && ./mfc.sh bench_diff ../master/bench-${{ matrix.device }}.yaml ../pr/bench-${{ matrix.device }}.yaml) - name: Archive Logs - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: always() with: name: logs-${{ matrix.device }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index de063affb7..0a70866b66 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -134,8 +134,8 @@ jobs: run: cat test-${{ matrix.device }}.out - name: Archive Logs - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: always() with: - name: logs + name: logs-${{ strategy.job-index }}-${{ matrix.device }} path: test-${{ matrix.device }}.out