diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 36bc04429..d3073eb38 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -69,7 +69,7 @@ jobs: JADX_BUILD_JAVA_VERSION: 11 - name: Download Windows JRE bundle - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: ${{ format('jadx-gui-{0}-with-jre-win', env.JADX_VERSION) }} path: ${{ format('build/jadx-gui-{0}-with-jre-win', env.JADX_VERSION) }}