diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bcc7eca..f733057 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -207,7 +207,7 @@ jobs: fetch-depth: 0 - name: Download Artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: WiFiRemote XML path: ${{ github.workspace }}/Installer @@ -239,13 +239,13 @@ jobs: steps: - name: Download Artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: WiFiRemote MPE1 path: release-files - name: Download Artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: WiFiRemote Version Description path: release-description