From e351622c0aad3c18ef52dc193735d417c1b530f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=BE=E5=B0=8F=E7=9A=AE-ZengXiaoPi?= <102937102+ZengXiaoPi@users.noreply.github.com> Date: Thu, 12 Sep 2024 19:41:42 +0800 Subject: [PATCH] Update ParaToGit.yml --- .github/workflows/ParaToGit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ParaToGit.yml b/.github/workflows/ParaToGit.yml index 48dd4169..1c333e21 100644 --- a/.github/workflows/ParaToGit.yml +++ b/.github/workflows/ParaToGit.yml @@ -26,7 +26,7 @@ jobs: ./LocalizeLimbusCompany/Localize/Download.ps1 ${{ secrets.PARATRANZ_ROOT }} ${{ secrets.SERVER_AUTH }} - name: Upload Error.txt to artifact if: steps.check_error.outputs.has_error == 'true' - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: error-log path: ./LocalizeLimbusCompany/Localize/Error.txt