diff --git a/.github/workflows/build-firmware.yaml b/.github/workflows/build-firmware.yaml index df271f06..9c79c3f6 100644 --- a/.github/workflows/build-firmware.yaml +++ b/.github/workflows/build-firmware.yaml @@ -117,7 +117,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.3 + uses: actions/upload-artifact@v4.3.4 with: name: build-${{ matrix.firmware}}-${{ matrix.device }} path: output diff --git a/.github/workflows/deploy-firmware.yaml b/.github/workflows/deploy-firmware.yaml index f418cc26..dcab02fa 100644 --- a/.github/workflows/deploy-firmware.yaml +++ b/.github/workflows/deploy-firmware.yaml @@ -45,7 +45,7 @@ jobs: - name: 🧪 Display structure of job run: ls -R - name: ⬆️ Upload project artifact - uses: actions/upload-artifact@v4.3.3 + uses: actions/upload-artifact@v4.3.4 with: name: ${{ matrix.project }} path: files