From 66dc26be2f964420e04d1dc53d8fcec30ed80c35 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 24 Feb 2024 04:53:53 +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