diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2c2e54d..89977a7 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -31,7 +31,7 @@ jobs: url: https://github.com/${{github.repository}}/releases/tag/v${{inputs.app-version}} steps: - name: Download compiled app - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: pattern: "*-${{inputs.distribution-channel}}" path: dist