We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 72d032c + 0320fae commit 228d5dcCopy full SHA for 228d5dc
.github/workflows/release.yml
@@ -28,7 +28,7 @@ jobs:
28
- run: npm install
29
- run: npm run build-storybook --workspace=@tomplum/react-git-log-demo
30
- name: Store Storybook Statics
31
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
32
with:
33
name: storybook-static
34
path: ./packages/demo/storybook-static
@@ -57,7 +57,7 @@ jobs:
57
- run: npm run test:unit:ci --workspace=@tomplum/react-git-log
58
working-directory: packages/library
59
- name: Store LCOV Info
60
61
62
63
path: packages/library/coverage/lcov.info
0 commit comments