We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ca027a6 + 57bd2cd commit fb7ecacCopy full SHA for fb7ecac
.github/workflows/ci.yaml
@@ -70,9 +70,9 @@ jobs:
70
${{ matrix.component_lib_version == 'develop' && steps.streamlit_component_library.outputs.output_file || '' }}
71
72
- name: Upload wheel packages
73
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
74
with:
75
- name: all-wheel
+ name: all-wheel-${{ matrix.node_version }}-${{ matrix.component_lib_version }}-${{ matrix.streamlit_version }}
76
path: ${{ steps.component_wheels.outputs.output_directory }}/*.whl
77
if-no-files-found: error
78
0 commit comments