diff --git a/.github/workflows/vrt.yml b/.github/workflows/vrt.yml index 3f5a66c309d..577e6968c02 100644 --- a/.github/workflows/vrt.yml +++ b/.github/workflows/vrt.yml @@ -19,7 +19,7 @@ jobs: echo $NUMBER > ./PR/number env: NUMBER: ${{ github.event.number }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: pull-request path: ./PR @@ -66,7 +66,7 @@ jobs: git ls-files --others --exclude-standard --modified | zip snapshots -@ fi - name: Upload snapshots - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: snapshots-${{ matrix.shard }} path: snapshots.zip diff --git a/packages/react/.storybook/preview.jsx b/packages/react/.storybook/preview.jsx index bd33ae09e92..d3d40e72b82 100644 --- a/packages/react/.storybook/preview.jsx +++ b/packages/react/.storybook/preview.jsx @@ -274,7 +274,7 @@ export const decorators = [ let wrapperProps = context.id !== 'components-link-devonly--inline' ? { - 'data-a11y-link-underlines': context.id !== 'components-link-devonly--inline', + 'data-a11y-link-underlines': false, className: clsx('story-wrap'), } : {className: clsx('story-wrap')}