From cfb8e747c31e45aaeaf17e1b06517e1a60700cae Mon Sep 17 00:00:00 2001 From: Joram van den Boezem Date: Wed, 20 Dec 2023 00:51:20 +0000 Subject: [PATCH] chore: migrate to *-artifact@v4 --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: