diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c0888789..f881f869 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -181,7 +181,7 @@ jobs: - name: Install Dependencies run: yarn install --frozen-lockfile - name: Download coverage report parts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: path: coverage - name: Combine coverage report parts diff --git a/.github/workflows/deploy-demo-and-docs.yml b/.github/workflows/deploy-demo-and-docs.yml index 3916c275..a77f2dcb 100644 --- a/.github/workflows/deploy-demo-and-docs.yml +++ b/.github/workflows/deploy-demo-and-docs.yml @@ -52,7 +52,7 @@ jobs: - name: Install Dependencies run: yarn install --frozen-lockfile - name: Download builds - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: path: builds - name: Prepare builds