diff --git a/.github/workflows/deploy-installers.yml b/.github/workflows/deploy-installers.yml index 1efb3465d..c24b6277d 100644 --- a/.github/workflows/deploy-installers.yml +++ b/.github/workflows/deploy-installers.yml @@ -76,12 +76,12 @@ jobs: runs-on: ubuntu-latest steps: - name: Download Mac installer - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: mac-installer - name: Download Windows installers - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: win-installer