From e79c3466a072422df954c4c9f2fb7245368fabe4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 21:18:32 +0000 Subject: [PATCH] Update actions/upload-artifact action to v4 --- .github/workflows/benchmark.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 706d020a..599fc1f9 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -31,7 +31,7 @@ jobs: - run: yarn run --silent benchmark | tee node-${{ matrix.node }}.txt env: ENVIRONMENT: node-${{ matrix.node }} - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4 with: name: node-${{ matrix.node }}.txt path: node-${{ matrix.node }}.txt