Skip to content

Commit 57bd2cd

Browse files
authored
Specify differentiating artifact names
1 parent 10fd587 commit 57bd2cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- name: Upload wheel packages
7373
uses: actions/upload-artifact@v4
7474
with:
75-
name: all-wheel
75+
name: all-wheel-${{ matrix.node_version }}-${{ matrix.component_lib_version }}-${{ matrix.streamlit_version }}
7676
path: ${{ steps.component_wheels.outputs.output_directory }}/*.whl
7777
if-no-files-found: error
7878

0 commit comments

Comments
 (0)