Skip to content

Commit 46b066e

Browse files
committed
Update github actions
1 parent 3a9f836 commit 46b066e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v1
13+
uses: actions/checkout@v4
1414

1515
- name: 'Get latest version'
1616
id: version
@@ -23,7 +23,7 @@ jobs:
2323
npm run build
2424
2525
- name: Upload artifact
26-
uses: actions/upload-pages-artifact@v1
26+
uses: actions/upload-pages-artifact@v3
2727
with:
2828
path: ./dist
2929

@@ -41,5 +41,5 @@ jobs:
4141
runs-on: ubuntu-latest
4242
steps:
4343
- name: Deploy to GitHub Pages
44-
uses: actions/deploy-pages@v1
44+
uses: actions/deploy-pages@v4
4545
id: deployment

0 commit comments

Comments
 (0)