diff --git a/.github/workflows/build-firmware.yaml b/.github/workflows/build-firmware.yaml index 50a973e5..9da140de 100644 --- a/.github/workflows/build-firmware.yaml +++ b/.github/workflows/build-firmware.yaml @@ -104,7 +104,7 @@ jobs: run: | sed -i 's/${{ steps.esphome-build.outputs.name }}\//\/${{ matrix.firmware }}\/${{ matrix.device }}\//g' output/${{ matrix.device }}/manifest.json - name: ⬆️ Upload firmware / device artifact - uses: actions/upload-artifact@v4.3.1 + uses: actions/upload-artifact@v4.3.2 with: name: ${{ matrix.firmware}}-${{ matrix.device }} path: output @@ -134,7 +134,7 @@ jobs: - name: 🧪 Display structure of job run: ls -R - name: ⬆️ Upload project artifact - uses: actions/upload-artifact@v4.3.1 + uses: actions/upload-artifact@v4.3.2 with: name: ${{ matrix.project }} path: project-build