Skip to content

Commit a8ef251

Browse files
authored
Update GitHub Actions to use latest versions
1 parent 632bdc1 commit a8ef251

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/github-update-docs.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,15 @@ jobs:
1818
build:
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@v5
2222
- run: npm install && make demos && make assets && make docs
2323
- run: mv build/lib build/demos/ && mv -f build/docs/* build/demos/
2424
- run: tar --directory build/demos/ -hcf artifact.tar .
2525
- uses: actions/upload-artifact@v4
2626
with:
2727
name: github-pages
2828
path: ./artifact.tar
29+
overwrite: true
2930
retention-days: 1
3031

3132
# Deploy the artifact to GitHub pages
@@ -40,4 +41,4 @@ jobs:
4041
url: ${{ steps.deployment.outputs.page_url }}
4142
steps:
4243
- id: deployment
43-
uses: actions/deploy-pages@v1
44+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)