diff --git a/.github/workflows/build-all.yml b/.github/workflows/build-all.yml index a4b9127638..13420ad172 100755 --- a/.github/workflows/build-all.yml +++ b/.github/workflows/build-all.yml @@ -88,7 +88,7 @@ jobs: - 4MAXP2_DGUS_TMC_BLT_10 - 4MAXP2_DGUS_TMC_BLT_11 - steps: + steps: - name: Setup Python 3.7 uses: actions/setup-python@v1 @@ -124,10 +124,8 @@ jobs: # .pio/build/${{ matrix.platform }}/${{ matrix.platform }}_v*.hex - name: Archive all artifacts into one ZIP file - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: name: Knuwurst-all-in-one-${{github.sha}} - pattern: Knuwurst-all-in-one-${{github.sha}}-* - merge-multiple: true path: | .pio/build/${{ matrix.platform }}/${{ matrix.platform }}_v*.hex