diff --git a/.github/workflows/release-npm.yml b/.github/workflows/release-npm.yml index ba51002..713fe91 100644 --- a/.github/workflows/release-npm.yml +++ b/.github/workflows/release-npm.yml @@ -186,8 +186,9 @@ jobs: } body: ${{ steps.moduleDescriptor.outputs.content }} - name: Publish yarn.lock - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: yarn.lock path: yarn.lock + overwrite: true retention-days: 5