diff --git a/.github/workflows/python-lint-tests.yml b/.github/workflows/python-lint-tests.yml index f36c6ab7..497a5708 100644 --- a/.github/workflows/python-lint-tests.yml +++ b/.github/workflows/python-lint-tests.yml @@ -103,7 +103,7 @@ jobs: echo "version=${VERSION}" >> $GITHUB_ENV poetry run ${GITHUB_WORKSPACE}\\scripts\\build.bat - name: Create NSIS installer - uses: joncloud/makensis-action@v3.7 + uses: joncloud/makensis-action@v4 with: script-file: scripts\\installer_win.nsi arguments: /V4 /DVERSION=${{ env.version }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cd504300..0cf05414 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: echo "version=${VERSION}" >> $GITHUB_ENV poetry run ${GITHUB_WORKSPACE}\\scripts\\build.bat - name: Create NSIS installer - uses: joncloud/makensis-action@v3.7 + uses: joncloud/makensis-action@v4 with: script-file: scripts\\installer_win.nsi arguments: /V4 /DVERSION=${{ env.version }}