Skip to content

Commit 0e0edec

Browse files
chore(deps): update github artifact actions
1 parent 081df95 commit 0e0edec

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
@@ -201,7 +201,7 @@ jobs:
201201
run: cd packages/livekit-rtc && pnpm build --target ${{ matrix.target }}
202202

203203
- name: Upload artifact
204-
uses: actions/upload-artifact@v4
204+
uses: actions/upload-artifact@v6
205205
if: github.event_name != 'pull-request'
206206
with:
207207
name: bindings-${{ matrix.target }}
@@ -231,7 +231,7 @@ jobs:
231231
run: pnpm --filter=livekit-server-sdk build
232232

233233
- name: Download all artifacts
234-
uses: actions/download-artifact@v4
234+
uses: actions/download-artifact@v7
235235
with:
236236
path: packages/livekit-rtc/artifacts
237237

0 commit comments

Comments
 (0)