Skip to content

Commit 632b790

Browse files
author
agile.zhou
committed
Upgrade to download/upload-artifact@v4
1 parent 81ca0dc commit 632b790

File tree

6 files changed

+10
-62
lines changed

6 files changed

+10
-62
lines changed

.github/workflows/arm32.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- run: npm install
3030
- run: npm run build
31-
- uses: actions/upload-artifact@v2
31+
- uses: actions/upload-artifact@v4
3232
with:
3333
name: agileconfig-ui
3434
path: AgileConfig.Server.UI/react-ui-antd/dist/
@@ -46,7 +46,7 @@ jobs:
4646
run: dotnet restore
4747
- name: Build
4848
run: dotnet build --configuration Release --no-restore
49-
- uses: actions/download-artifact@v2
49+
- uses: actions/download-artifact@v4
5050
with:
5151
name: agileconfig-ui
5252
path: AgileConfig.Server.Apisite/wwwroot/ui

.github/workflows/arm64.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- run: npm install
3030
- run: npm run build
31-
- uses: actions/upload-artifact@v2
31+
- uses: actions/upload-artifact@v4
3232
with:
3333
name: agileconfig-ui
3434
path: AgileConfig.Server.UI/react-ui-antd/dist/
@@ -46,7 +46,7 @@ jobs:
4646
run: dotnet restore
4747
- name: Build
4848
run: dotnet build --configuration Release --no-restore
49-
- uses: actions/download-artifact@v2
49+
- uses: actions/download-artifact@v4
5050
with:
5151
name: agileconfig-ui
5252
path: AgileConfig.Server.Apisite/wwwroot/ui

.github/workflows/mysqlconnector.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- run: npm install
3030
- run: npm run build
31-
- uses: actions/upload-artifact@v2
31+
- uses: actions/upload-artifact@v4
3232
with:
3333
name: agileconfig-ui
3434
path: AgileConfig.Server.UI/react-ui-antd/dist/
@@ -46,7 +46,7 @@ jobs:
4646
run: dotnet restore
4747
- name: Build
4848
run: dotnet build --configuration Release --no-restore
49-
- uses: actions/download-artifact@v2
49+
- uses: actions/download-artifact@v4
5050
with:
5151
name: agileconfig-ui
5252
path: AgileConfig.Server.Apisite/wwwroot/ui

.github/workflows/preview-dotnet.yml

Lines changed: 0 additions & 52 deletions
This file was deleted.

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- run: npm install
2929
- run: npm run build
30-
- uses: actions/upload-artifact@v2
30+
- uses: actions/upload-artifact@v4
3131
with:
3232
name: agileconfig-ui
3333
path: src/AgileConfig.Server.UI/react-ui-antd/dist/
@@ -45,7 +45,7 @@ jobs:
4545
run: dotnet restore
4646
- name: Build
4747
run: dotnet build --configuration Release --no-restore
48-
- uses: actions/download-artifact@v2
48+
- uses: actions/download-artifact@v4
4949
with:
5050
name: agileconfig-ui
5151
path: src/AgileConfig.Server.Apisite/wwwroot/ui

.github/workflows/release-xxx.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- run: npm install
2929
- run: npm run build
30-
- uses: actions/upload-artifact@v2
30+
- uses: actions/upload-artifact@v4
3131
with:
3232
name: agileconfig-ui
3333
path: src/AgileConfig.Server.UI/react-ui-antd/dist/
@@ -45,7 +45,7 @@ jobs:
4545
run: dotnet restore
4646
- name: Build
4747
run: dotnet build --configuration Release --no-restore
48-
- uses: actions/download-artifact@v2
48+
- uses: actions/download-artifact@v4
4949
with:
5050
name: agileconfig-ui
5151
path: src/AgileConfig.Server.Apisite/wwwroot/ui

0 commit comments

Comments
 (0)