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 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",