Skip to content

Commit a26cf2d

Browse files
chore(deps): update github artifact actions
1 parent f38174e commit a26cf2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ jobs:
195195
run: cd packages/livekit-rtc && pnpm build --target ${{ matrix.target }}
196196

197197
- name: Upload artifact
198-
uses: actions/upload-artifact@v4
198+
uses: actions/upload-artifact@v5
199199
if: github.event_name != 'pull-request'
200200
with:
201201
name: bindings-${{ matrix.target }}
@@ -225,7 +225,7 @@ jobs:
225225
run: pnpm --filter=livekit-server-sdk build
226226

227227
- name: Download all artifacts
228-
uses: actions/download-artifact@v4
228+
uses: actions/download-artifact@v6
229229
with:
230230
path: packages/livekit-rtc/artifacts
231231

0 commit comments

Comments
 (0)