Skip to content

Commit 1ec7073

Browse files
committed
chore: 升级actions/download-artifact到v4版本
1 parent d67985d commit 1ec7073

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
runs-on: ubuntu-latest
6565
steps:
6666
- name: Download a Build Artifact
67-
uses: actions/download-artifact@v3
67+
uses: actions/download-artifact@v4
6868
with:
6969
name: cvAutoTrack
7070
path: ${{github.workspace}}/Release/
@@ -99,7 +99,7 @@ jobs:
9999
# - uses: actions/checkout@v3
100100
#
101101
# - name: Download a Build Artifact
102-
# uses: actions/download-artifact@v3
102+
# uses: actions/download-artifact@v4
103103
# with:
104104
# name: cvAutoTrack
105105
# path: ${{github.workspace}}/Release/

.github/workflows/release-and-publish-core.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,13 @@ jobs:
8888
UpdataToken: ${{ secrets.TianLiUpdateServiceToken }}
8989
steps:
9090
- name: Download a Build Artifact for Core
91-
uses: actions/download-artifact@v3
91+
uses: actions/download-artifact@v4
9292
with:
9393
name: cvAutoTrack
9494
path: ${{github.workspace}}/Release/
9595

9696
- name: Download a Build Artifact for Depends
97-
uses: actions/download-artifact@v3
97+
uses: actions/download-artifact@v4
9898
with:
9999
name: cvAutoTrack.Depends
100100
path: ${{github.workspace}}/Release/

.github/workflows/release-and-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
runs-on: ubuntu-latest
7171
steps:
7272
- name: Download a Build Artifact
73-
uses: actions/download-artifact@v3
73+
uses: actions/download-artifact@v4
7474
with:
7575
name: cvAutoTrack
7676
path: ${{github.workspace}}/Release/
@@ -105,7 +105,7 @@ jobs:
105105
# - uses: actions/checkout@v3
106106
#
107107
# - name: Download a Build Artifact
108-
# uses: actions/download-artifact@v3
108+
# uses: actions/download-artifact@v4
109109
# with:
110110
# name: cvAutoTrack
111111
# path: ${{github.workspace}}/Release/

0 commit comments

Comments
 (0)