From b5e9d687fe07e32ec8b7cc5abfbe9013849feded Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Fri, 8 Dec 2023 22:02:23 +0000
Subject: [PATCH 1/4] chore(deps): update actions/setup-python action to v5
---
.github/workflows/upload_COS.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/upload_COS.yml b/.github/workflows/upload_COS.yml
index 00bca11..dfdf54e 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'
@@ -105,7 +105,7 @@ jobs:
dotnet-version: 6.0.x
- name: Setup Python
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
with:
python-version: '3.9'
From dc315d960f0801a65699af060bb0afd119578db7 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Sat, 23 Dec 2023 14:29:09 +0000
Subject: [PATCH 2/4] chore(deps): update actions/download-artifact action to
v4
---
.github/workflows/upload_COS.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/upload_COS.yml b/.github/workflows/upload_COS.yml
index dfdf54e..744f5b4 100644
--- a/.github/workflows/upload_COS.yml
+++ b/.github/workflows/upload_COS.yml
@@ -112,7 +112,7 @@ jobs:
- name: Pip Install paramiko
run: pip install paramiko
- - uses: actions/download-artifact@v3
+ - uses: actions/download-artifact@v4
with:
name: my-artifact
path: ./THUAI6
From a8498839a410a36be901fdcc3b58f17605f720fe Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Fri, 2 Feb 2024 21:13:58 +0000
Subject: [PATCH 3/4] chore(deps): update dependency tencent.qcloud.cos.sdk to
v5.4.36
---
installer/Installer/Installer.csproj | 2 +-
installer/InstallerUpdater/InstallerUpdater.csproj | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
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
From 5d411b646a8d930004f975cd3adae0e8c932f00e Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Fri, 23 Feb 2024 20:00:48 +0000
Subject: [PATCH 4/4] chore(deps): update actions/upload-artifact action to v4
---
.github/workflows/upload_COS.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/upload_COS.yml b/.github/workflows/upload_COS.yml
index 744f5b4..80ae547 100644
--- a/.github/workflows/upload_COS.yml
+++ b/.github/workflows/upload_COS.yml
@@ -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