From ce566172e40e610bf0e809c5fe1bec9c1344aa2d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 23:01:28 +0000 Subject: [PATCH] Update actions/upload-artifact action to v6 --- .github/workflows/ci-plugin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-plugin.yml b/.github/workflows/ci-plugin.yml index 0aec799f..b3875afe 100644 --- a/.github/workflows/ci-plugin.yml +++ b/.github/workflows/ci-plugin.yml @@ -53,7 +53,7 @@ jobs: Copy-Item -Path ${{ matrix.platform }}/*.dll -Destination Artifact/ - name: Upload Artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 with: name: 'TVTestRemoteController_${{ matrix.platform }}' if-no-files-found: 'error'