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 081df95 commit 0e0edecCopy full SHA for 0e0edec
.github/workflows/ci.yml
@@ -201,7 +201,7 @@ jobs:
201
run: cd packages/livekit-rtc && pnpm build --target ${{ matrix.target }}
202
203
- name: Upload artifact
204
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v6
205
if: github.event_name != 'pull-request'
206
with:
207
name: bindings-${{ matrix.target }}
@@ -231,7 +231,7 @@ jobs:
231
run: pnpm --filter=livekit-server-sdk build
232
233
- name: Download all artifacts
234
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v7
235
236
path: packages/livekit-rtc/artifacts
237
0 commit comments