From 060e878926483906699fa8f1b2fdeac418a990ea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 21:21:26 +0000 Subject: [PATCH 1/2] chore(deps): update actions/upload-artifact action to v4 --- .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 22f014c..7c233df 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@v3 + - uses: actions/upload-artifact@v4 if: ${{ failure() && steps.diff.conclusion == 'failure' }} with: name: dist From 91106871c890a64535d241e57345c8e711d0559d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Thu, 14 Dec 2023 21:21:40 +0000 Subject: [PATCH 2/2] fix: update example/package.json with name=@maxgfr/example-a612f56018fc7550806c75fc5d992d224c29dc37 --- example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/package.json b/example/package.json index 7da4157..623e161 100644 --- a/example/package.json +++ b/example/package.json @@ -1,5 +1,5 @@ { - "name": "@maxgfr/example-c91f4973a570c0ed6b0867e49372f5e9f1063ca8", + "name": "@maxgfr/example-a612f56018fc7550806c75fc5d992d224c29dc37", "version": "1.0.0", "description": "", "main": "index.js",