We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f38174e commit a26cf2dCopy full SHA for a26cf2d
.github/workflows/ci.yml
@@ -195,7 +195,7 @@ jobs:
195
run: cd packages/livekit-rtc && pnpm build --target ${{ matrix.target }}
196
197
- name: Upload artifact
198
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
199
if: github.event_name != 'pull-request'
200
with:
201
name: bindings-${{ matrix.target }}
@@ -225,7 +225,7 @@ jobs:
225
run: pnpm --filter=livekit-server-sdk build
226
227
- name: Download all artifacts
228
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v6
229
230
path: packages/livekit-rtc/artifacts
231
0 commit comments