From 4cbcd39cdfa364bc14e8d4c77ed312829453de34 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 23:15:33 +0000 Subject: [PATCH 1/2] chore(deps): update actions/upload-artifact action to v5 --- .github/workflows/check-dist.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index dc18b70..a9e14a6 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -46,7 +46,7 @@ jobs: id: diff # If index.js was different than expected, upload the expected version as an artifact - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 if: ${{ failure() && steps.diff.conclusion == 'failure' }} with: name: dist From 7f4f33ee406213812813a197acafe9b8d32ec04b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Fri, 24 Oct 2025 23:15:48 +0000 Subject: [PATCH 2/2] fix: update example/package.json with name=@maxgfr/example-72b9dcfbdab2a8e9dcca2f4a97b22bd064a2cc12 --- example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/package.json b/example/package.json index 17c013b..f046d39 100644 --- a/example/package.json +++ b/example/package.json @@ -1,5 +1,5 @@ { - "name": "@maxgfr/example-8aedf0b5fe704df20d6e7bd9a55278a5c4a653d0", + "name": "@maxgfr/example-72b9dcfbdab2a8e9dcca2f4a97b22bd064a2cc12", "version": "1.0.0", "description": "", "main": "index.js",