diff --git a/.github/workflows/deploy-example.yaml b/.github/workflows/deploy-example.yaml index 82d817a..596df13 100644 --- a/.github/workflows/deploy-example.yaml +++ b/.github/workflows/deploy-example.yaml @@ -41,7 +41,7 @@ jobs: node-version: 'lts/*' cache: npm - name: Download the result of build react-liff - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: dist path: dist @@ -65,7 +65,7 @@ jobs: - build-example-app steps: - name: Download the result of build react-liff - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: build path: examples/simple/build diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 47f6267..63ec261 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -103,7 +103,7 @@ jobs: node-version: 'lts/*' cache: npm - name: Download the result of build react-liff - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: dist path: dist