Skip to content

Commit 960226f

Browse files
⚙️ config(ci): Upgrade artifact actions to v4.
1 parent d6b52ca commit 960226f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: yarn build
2424

2525
- name: Archive build 💽
26-
uses: actions/upload-artifact@v3
26+
uses: actions/upload-artifact@v4
2727
with:
2828
name: dist
2929
path: dist
@@ -47,7 +47,7 @@ jobs:
4747
useRollingCache: true
4848

4949
- name: Load build 💽
50-
uses: actions/download-artifact@v3
50+
uses: actions/download-artifact@v4
5151
with:
5252
name: dist
5353
path: dist

0 commit comments

Comments
 (0)