diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 0e511221..2bf6feeb 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -31,7 +31,7 @@ jobs: with: node-version: 16.x - name: Download template - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: cra-template-rb path: ../cra-template-rb # Put into the upper folder. create-react-app wants the current directory empty @@ -59,7 +59,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: Download template - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: cra-template-rb path: ../cra-template-rb # Put into the upper folder. create-react-app wants the current directory empty