From d7bbc08dcf81fe4aa0abfd86934ac90c3f880e83 Mon Sep 17 00:00:00 2001 From: cxfksword <718792+cxfksword@users.noreply.github.com> Date: Mon, 3 Feb 2025 15:26:30 +0800 Subject: [PATCH] ci: fix build error --- .github/workflows/beta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/beta.yaml b/.github/workflows/beta.yaml index a89e8fd..e942a06 100644 --- a/.github/workflows/beta.yaml +++ b/.github/workflows/beta.yaml @@ -47,7 +47,7 @@ jobs: mkdir -p artifacts cp ./Jellyfin.Plugin.Danmu/bin/Release/net8.0/Jellyfin.Plugin.Danmu.dll ./artifacts/ - name: Upload artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{steps.vars.outputs.APP_NAME}} path: artifacts