File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
steps :
10
10
- name : 🛎️ Checkout repository
11
- uses : actions/checkout@v3
11
+ uses : actions/checkout@v4
12
12
13
13
- name : 🧰 Use Node.js v15
14
- uses : actions/setup-node@v3
14
+ uses : actions/setup-node@v4
15
15
with :
16
16
node-version : ' 15'
17
17
22
22
run : npm run build
23
23
24
24
- name : 📦 Archive build artifact
25
- uses : actions/upload-artifact@v3
25
+ uses : actions/upload-artifact@v4
26
26
with :
27
27
name : dist
28
28
path : dist
@@ -34,13 +34,13 @@ jobs:
34
34
if : github.ref == 'refs/heads/main'
35
35
steps :
36
36
- name : 📥 Download artifact
37
- uses : actions/download-artifact@v3
37
+ uses : actions/download-artifact@v4
38
38
with :
39
39
name : dist
40
40
path : dist
41
41
42
42
- name : 🚀 Deploy to GitHub Pages
43
- uses : JamesIves/github-pages-deploy-action@4.1.4
43
+ uses : JamesIves/github-pages-deploy-action@4
44
44
with :
45
45
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
46
46
BRANCH : gh-pages
You can’t perform that action at this time.
0 commit comments