Skip to content

Commit daf313f

Browse files
authored
Update deploy.yml
1 parent df4ea52 commit daf313f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616

1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v2
19+
uses: actions/checkout@v4
2020

2121
- name: Setup Node.js
22-
uses: actions/setup-node@v2
22+
uses: actions/setup-node@v4
2323
with:
2424
node-version: 20.10.0
2525

@@ -33,7 +33,7 @@ jobs:
3333
sed -i 's/src="\//src="/g' dist/index.html
3434
3535
- name: Upload artifacts
36-
uses: actions/upload-artifact@v2
36+
uses: actions/upload-artifact@v4
3737
with:
3838
name: build
3939
path: dist/

0 commit comments

Comments
 (0)