Skip to content

Commit

Permalink
Merge pull request #101 from streamlit/refactor/update-upload-artifact
Browse files Browse the repository at this point in the history
Migrate upload-artifact to v4
  • Loading branch information
kmcgrady authored Dec 11, 2024
2 parents ca027a6 + 57bd2cd commit fb7ecac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ jobs:
${{ matrix.component_lib_version == 'develop' && steps.streamlit_component_library.outputs.output_file || '' }}
- name: Upload wheel packages
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: all-wheel
name: all-wheel-${{ matrix.node_version }}-${{ matrix.component_lib_version }}-${{ matrix.streamlit_version }}
path: ${{ steps.component_wheels.outputs.output_directory }}/*.whl
if-no-files-found: error

Expand Down

0 comments on commit fb7ecac

Please sign in to comment.