Skip to content
This repository was archived by the owner on Dec 29, 2025. It is now read-only.

Commit 6012425

Browse files
Update actions/upload-artifact action to v4
1 parent f540d79 commit 6012425

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
Copy-Item -Path ${{ matrix.platform }}/*.dll -Destination Artifact/
5454
5555
- name: Upload Artifact
56-
uses: actions/upload-artifact@v3
56+
uses: actions/upload-artifact@v4
5757
with:
5858
name: 'TVTestRemoteController_${{ matrix.platform }}'
5959
if-no-files-found: 'error'

0 commit comments

Comments
 (0)