diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 26e5c2a..125b023 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -53,7 +53,7 @@ jobs: with: fetch-depth: 0 - name: Download Artifact from latest build - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: dist path: dist