diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5098a0f3..69dd6c86 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: - run: yarn test - uses: actions/upload-artifact@v4 with: - name: dist + name: dist-${{ matrix.node-version }} path: dist coverage: @@ -36,9 +36,9 @@ jobs: node-version: ${{ matrix.node-version }} cache: yarn - run: yarn install - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: - name: dist + name: dist-${{ matrix.node-version }} path: dist - uses: paambaati/codeclimate-action@v5.0.0 env: