From afc883acb3d3dd7ed401e5f74454f98a91c78a44 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 23:07:36 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v5 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build-and-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 58400cd7..a5457a39 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -33,7 +33,7 @@ jobs: run: yarn run mocha-suite - name: Upload build artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 if: github.ref == 'refs/heads/master' && matrix.node-version == '22' with: name: Prebuild with Node.js ${{ matrix.node-version }}