Skip to content

Commit 19f6484

Browse files
committed
Update actions
1 parent 0fe9d29 commit 19f6484

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/demo.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ jobs:
1515
build:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919
- run: npm ci
2020
- run: npm run build:demo
2121
- run: npm run test:demo
2222
- run: grep -rq "/fregante/" ./demo/dist
2323
# https://github.com/refined-github/github-url-detection/pull/161
2424
name: Ensure that the demo is built correctly
2525
- name: Upload artifact
26-
uses: actions/upload-pages-artifact@v1
26+
uses: actions/upload-pages-artifact@v3
2727
with:
2828
path: demo/dist/
2929

@@ -42,4 +42,4 @@ jobs:
4242
steps:
4343
- name: Deploy to GitHub Pages
4444
id: deployment
45-
uses: actions/deploy-pages@v1
45+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)