From 06506c4029519e8faa0ae5214c2ee77d78b46693 Mon Sep 17 00:00:00 2001 From: chinosk <2248589280@qq.com> Date: Sun, 2 Jun 2024 00:18:43 +0800 Subject: [PATCH] update ci --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e40de6d4..263a9bae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,11 +70,11 @@ jobs: cp resources/text_data_info_i18n_ja.json package/localized_data/config_schema/text_data_info_i18n_ja.json cp resources/legend_g_plugin.exe package/legend_g_plugin.exe.autoupdate cp -r resources/eventHelper package/localized_data/eventHelper_examples - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4 with: name: trainers-legend-g path: package - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4 with: name: trainers-legend-g-dll - path: package/version.dll + path: package/tlg.dll