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