diff --git a/.github/workflows/upload_COS.yml b/.github/workflows/upload_COS.yml
index 00bca11..80ae547 100644
--- a/.github/workflows/upload_COS.yml
+++ b/.github/workflows/upload_COS.yml
@@ -21,7 +21,7 @@ jobs:
dotnet-version: 6.0.402
- name: Setup Python
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
with:
python-version: '3.9.2'
architecture: 'x64'
@@ -88,7 +88,7 @@ jobs:
cp -r ./CAPI/shell/* ./THUAI6/linux/
cp -r ./CAPI/shell/* ./THUAI6/osx/
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
with:
name: my-artifact
path: ./THUAI6
@@ -105,14 +105,14 @@ jobs:
dotnet-version: 6.0.x
- name: Setup Python
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
with:
python-version: '3.9'
- name: Pip Install paramiko
run: pip install paramiko
- - uses: actions/download-artifact@v3
+ - uses: actions/download-artifact@v4
with:
name: my-artifact
path: ./THUAI6
diff --git a/installer/Installer/Installer.csproj b/installer/Installer/Installer.csproj
index 1141768..bd51a21 100644
--- a/installer/Installer/Installer.csproj
+++ b/installer/Installer/Installer.csproj
@@ -25,7 +25,7 @@
-
+
diff --git a/installer/InstallerUpdater/InstallerUpdater.csproj b/installer/InstallerUpdater/InstallerUpdater.csproj
index 60d0051..3549085 100644
--- a/installer/InstallerUpdater/InstallerUpdater.csproj
+++ b/installer/InstallerUpdater/InstallerUpdater.csproj
@@ -17,7 +17,7 @@
-
+
true