Skip to content

Commit 10fd587

Browse files
authored
Migrate upload-artifact to v4
1 parent ca027a6 commit 10fd587

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
@@ -70,7 +70,7 @@ jobs:
7070
${{ matrix.component_lib_version == 'develop' && steps.streamlit_component_library.outputs.output_file || '' }}
7171
7272
- name: Upload wheel packages
73-
uses: actions/upload-artifact@v3
73+
uses: actions/upload-artifact@v4
7474
with:
7575
name: all-wheel
7676
path: ${{ steps.component_wheels.outputs.output_directory }}/*.whl

0 commit comments

Comments
 (0)