File tree Expand file tree Collapse file tree
hypernode-deploy/pipelines Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ jobs:
111111 steps:
112112 - uses: actions/checkout@v3
113113 - name: download build artifact
114- uses: actions/download-artifact@v3
114+ uses: actions/download-artifact@v4
115115 with:
116116 name: deployment-build
117117 path: build/
@@ -155,7 +155,7 @@ jobs:
155155 steps:
156156 - uses: actions/checkout@v3
157157 - name: download build artifact
158- uses: actions/download-artifact@v3
158+ uses: actions/download-artifact@v4
159159 with:
160160 name: deployment-build
161161 path: build/
Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ jobs:
190190 steps :
191191 - uses : actions/checkout@v2
192192 - name : download build artifact
193- uses : actions/download-artifact@v3
193+ uses : actions/download-artifact@v4
194194 with :
195195 - name : deployment-build
196196 path : build/
You can’t perform that action at this time.
0 commit comments