We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9867190 commit c00c513Copy full SHA for c00c513
1 file changed
.github/workflows/deploy_website.yml
@@ -20,13 +20,13 @@ jobs:
20
runs-on: ubuntu-latest
21
steps:
22
- name: Checkout
23
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
24
with:
25
submodules: recursive
26
fetch-depth: 0
27
28
- name: Setup Node.js
29
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
30
31
node-version: 24
32
cache: "npm"
@@ -38,7 +38,7 @@ jobs:
38
run: npm run build
39
40
- name: Upload artifact
41
- uses: actions/upload-pages-artifact@v3
+ uses: actions/upload-pages-artifact@v4
42
43
path: ./dist
44
0 commit comments