Skip to content

Commit

Permalink
Merge 297e405 into d045ae4
Browse files Browse the repository at this point in the history
  • Loading branch information
khiga8 authored Jan 30, 2025
2 parents d045ae4 + 297e405 commit f97a190
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/vrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/react/.storybook/preview.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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')}
Expand Down

0 comments on commit f97a190

Please # to comment.