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 88 runs-on : ubuntu-latest
99 steps :
1010 - name : 🛎️ Checkout repository
11- uses : actions/checkout@v3
11+ uses : actions/checkout@v4
1212
1313 - name : 🧰 Use Node.js v15
14- uses : actions/setup-node@v3
14+ uses : actions/setup-node@v4
1515 with :
1616 node-version : ' 15'
1717
2222 run : npm run build
2323
2424 - name : 📦 Archive build artifact
25- uses : actions/upload-artifact@v3
25+ uses : actions/upload-artifact@v4
2626 with :
2727 name : dist
2828 path : dist
@@ -34,13 +34,13 @@ jobs:
3434 if : github.ref == 'refs/heads/main'
3535 steps :
3636 - name : 📥 Download artifact
37- uses : actions/download-artifact@v3
37+ uses : actions/download-artifact@v4
3838 with :
3939 name : dist
4040 path : dist
4141
4242 - name : 🚀 Deploy to GitHub Pages
43- uses : JamesIves/github-pages-deploy-action@4.1.4
43+ uses : JamesIves/github-pages-deploy-action@4
4444 with :
4545 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4646 BRANCH : gh-pages
You can’t perform that action at this time.
0 commit comments