diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 9d2cd9b..243cd07 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -40,7 +40,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Download deps cache artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: node_modules.tar.gz - name: Unzip node_modules @@ -68,7 +68,7 @@ jobs: with: node-version: "18.18.0" - name: Download deps cache artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: node_modules.tar.gz - name: Unzip node_modules