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.
1 parent d044c17 commit 439e458Copy full SHA for 439e458
.github/workflows/build.yaml
@@ -50,12 +50,12 @@ jobs:
50
- run: npm run build # build library
51
- run: npm run build-storybook # build docs
52
- name: upload library artifacts
53
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
+ uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
54
with:
55
name: library_dist
56
path: ./dist
57
- name: upload storybook artifacts
58
59
60
name: storybook_dist
61
path: ./storybook-static
0 commit comments