diff --git a/.github/workflows/build-app.yml b/.github/workflows/build-app.yml index d10f46a..de6ecff 100644 --- a/.github/workflows/build-app.yml +++ b/.github/workflows/build-app.yml @@ -35,7 +35,7 @@ jobs: if: startsWith(github.ref, 'refs/tags/v') steps: - name: Download Artifact - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: BeneOverlay - name: Create Release