diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c7d16f1..608448e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -48,7 +48,7 @@ jobs: if: github.event_name == 'release' steps: - name: Download Artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: Installer - name: Upload Release Asset