diff --git a/.github/workflows/test-builds.yml b/.github/workflows/test-builds.yml index 702c0996..256e34d8 100755 --- a/.github/workflows/test-builds.yml +++ b/.github/workflows/test-builds.yml @@ -96,7 +96,7 @@ jobs: run: platformio run --environment ${{ matrix.platform }} - name: Archive production artifacts - uses: actions/upload-artifact@master + uses: actions/download-artifact@master with: name: ${{ matrix.platform }}.hex path: |