File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5353
5454 # 上传构建产物
5555 - name : Upload artifact
56- uses : actions/upload-artifact@v3
56+ uses : actions/upload-artifact@v4
5757 with :
5858 name : extension-package
5959 path : build/chrome-mv3-prod.zip
6868
6969 steps :
7070 - name : Download artifact
71- uses : actions/download-artifact@v3
71+ uses : actions/download-artifact@v4
7272 with :
7373 name : extension-package
7474
8585
8686 steps :
8787 - name : Download artifact
88- uses : actions/download-artifact@v3
88+ uses : actions/download-artifact@v4
8989 with :
9090 name : extension-package
9191
@@ -105,7 +105,7 @@ jobs:
105105
106106 steps :
107107 - name : Download artifact
108- uses : actions/download-artifact@v3
108+ uses : actions/download-artifact@v4
109109 with :
110110 name : extension-package
111111
You can’t perform that action at this time.
0 commit comments