Skip to content

Commit 82d919c

Browse files
committed
Update GitHub actions
1 parent f62ad03 commit 82d919c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
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

@@ -22,7 +22,7 @@ jobs:
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

0 commit comments

Comments
 (0)