From 07555355c96dd82aaa02e51d98c6f8d2de5021fc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 18:58:00 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v4 --- .github/workflows/latest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/latest.yml b/.github/workflows/latest.yml index ec1f938..ad39e83 100644 --- a/.github/workflows/latest.yml +++ b/.github/workflows/latest.yml @@ -49,7 +49,7 @@ jobs: Copy-Item -Path TvTestRPC.ini -Destination Artifacts/Plugins/ - name: Upload Artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: TvTestRPC_${{ matrix.platform }} if-no-files-found: error