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 8357535 commit 1245b92Copy full SHA for 1245b92
.github/workflows/build-release.yaml
@@ -43,7 +43,7 @@ jobs:
43
cd ${{ matrix.component }}
44
python -m build
45
- name: Persist ${{ matrix.component }} artifacts
46
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
47
with:
48
name: artifacts_${{ matrix.component }}
49
path: ${{ matrix.component }}/dist/
0 commit comments