Skip to content

Commit 3500685

Browse files
committed
ci: update versions of actions
1 parent c38c3ff commit 3500685

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
pnpm run build
2121
2222
- name: Upload production-ready build files
23-
uses: actions/upload-artifact@v3
23+
uses: actions/upload-artifact@v4
2424
with:
2525
name: production-files
2626
path: ./dist
@@ -33,7 +33,7 @@ jobs:
3333

3434
steps:
3535
- name: Download artifact
36-
uses: actions/download-artifact@v3
36+
uses: actions/download-artifact@v4
3737
with:
3838
name: production-files
3939
path: ./dist

0 commit comments

Comments
 (0)