File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108108 - name : Restore permissions
109109 run : sudo chown -R runner:docker ~/.cargo/ ui/target
110110 - name : Save backend artifact
111- uses : actions/upload-artifact@v3
111+ uses : actions/upload-artifact@v4
112112 with :
113113 name : backend
114114 path : |
@@ -147,7 +147,7 @@ jobs:
147147 - name : Build frontend
148148 run : yarn --cwd ui/frontend/ run build:production
149149 - name : Save frontend artifact
150- uses : actions/upload-artifact@v3
150+ uses : actions/upload-artifact@v4
151151 with :
152152 name : frontend
153153 path : ui/frontend/build
Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ workflows:
196196 sudo chown -R runner:docker ~/.cargo/ ui/target
197197
198198 - name : " Save backend artifact"
199- uses : actions/upload-artifact@v3
199+ uses : actions/upload-artifact@v4
200200 with :
201201 name : backend
202202 path : |
@@ -249,7 +249,7 @@ workflows:
249249 yarn --cwd ui/frontend/ run build:production
250250
251251 - name : " Save frontend artifact"
252- uses : actions/upload-artifact@v3
252+ uses : actions/upload-artifact@v4
253253 with :
254254 name : frontend
255255 path : ui/frontend/build
You can’t perform that action at this time.
0 commit comments