diff --git a/.github/workflows/automatic release.yml b/.github/workflows/automatic release.yml index e36e79c..faf4a57 100644 --- a/.github/workflows/automatic release.yml +++ b/.github/workflows/automatic release.yml @@ -69,7 +69,7 @@ jobs: - name: Build with pyinstaller for ${{matrix.TARGET}} run: ${{matrix.CMD_BUILD}} - name: Load Release URL File from release job - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4 with: name: release_url - name: Get Release File Name & Upload URL