diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b505bb194..95cbee47f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -65,8 +65,7 @@ jobs: ./build.sh --device ${{ matrix.device }} - name: Upload a Build Artifact - uses: actions/upload-artifact@v3 - with: # Artifact name + uses: actions/upload-artifact@v4 + with: name: ${{ matrix.device }} - # A file, directory or wildcard pattern that describes what to upload path: ./*.img