Skip to content

Commit 682731e

Browse files
authored
Update gh actions version (#1228)
1 parent 8e56df0 commit 682731e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: python -m build
4848

4949
- name: Upload distribution package
50-
uses: actions/upload-artifact@v3
50+
uses: actions/upload-artifact@v4
5151
with:
5252
name: ${{ inputs.artifact_name }}
5353
path: "${{ startsWith(inputs.package, 'livekit-plugin') && 'livekit-plugins/' || '' }}${{ inputs.package }}/dist/"
@@ -82,7 +82,7 @@ jobs:
8282
CIBW_BUILD_VERBOSITY: 3
8383

8484
- name: Upload distribution package
85-
uses: actions/upload-artifact@v3
85+
uses: actions/upload-artifact@v4
8686
with:
8787
name: ${{ inputs.artifact_name }}
8888
path: livekit-plugins/livekit-plugins-browser/dist/

.github/workflows/publish-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696

9797
steps:
9898
- name: Download all the dists
99-
uses: actions/download-artifact@v3
99+
uses: actions/download-artifact@v4
100100
with:
101101
name: python-package-distributions
102102
path: dist/

0 commit comments

Comments
 (0)