Skip to content

Commit a2d4676

Browse files
committed
Update upload artifact action
1 parent a4f3916 commit a2d4676

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

ci/workflows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)