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 ac29ee7 + 773d297 commit 5cf5f3cCopy full SHA for 5cf5f3c
.github/workflows/upload-code.yml
@@ -16,13 +16,13 @@ jobs:
16
runs-on: ubuntu-latest
17
steps:
18
- name: Download dist
19
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
20
with:
21
name: ${{ inputs.artifact-name }}
22
path: dist
23
24
- name: Download storybook
25
26
27
name: ${{ inputs.artifact-name }}-storybook
28
path: storybook
.github/workflows/upload-sourcemaps.yml
@@ -23,7 +23,7 @@ jobs:
project: mdot
29
0 commit comments