From 789965706a0dd121ded991f757d55d6b8d1ac5fb Mon Sep 17 00:00:00 2001 From: hathach Date: Wed, 4 Sep 2024 20:28:50 +0700 Subject: [PATCH] bump up upload v2 --- .github/workflows/build_ghostfat.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_ghostfat.yml b/.github/workflows/build_ghostfat.yml index f264ab6c..c3243fb3 100644 --- a/.github/workflows/build_ghostfat.yml +++ b/.github/workflows/build_ghostfat.yml @@ -45,7 +45,7 @@ jobs: working-directory: ports/test_ghostfat/_build/${{ matrix.board }} - name: Save newly generated self-test images as CI artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: - name: ghostfat_selftest_images + name: ghostfat_${{ matrix.board }}_image path: ./ports/test_ghostfat/_build/${{ matrix.board }}/ghostfat_${{ matrix.board }}.img.gz.gz