diff --git a/.github/workflows/build-installer.yml b/.github/workflows/build-installer.yml index ee8a53d..96d7983 100644 --- a/.github/workflows/build-installer.yml +++ b/.github/workflows/build-installer.yml @@ -16,7 +16,7 @@ jobs: Invoke-WebRequest -Uri https://jrsoftware.org/download.php/is.exe -OutFile is.exe .\is.exe /verysilent - name: Download artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: dyn2py.exe - name: Build diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 43dcc05..99e02a5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,11 +42,11 @@ jobs: with: myToken: ${{ secrets.GITHUB_TOKEN }} - name: Download exe - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: dyn2py.exe - name: Download installer - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: dyn2py-installer.exe - name: Release