Skip to content

Commit 556eb31

Browse files
lesnik512claude
andauthored
ci: bump deploy actions to Node 24 versions (#4)
checkout v4->v6, setup-uv v6->v8, upload-pages-artifact v3->v5, deploy-pages v4->v5. Clears the Node 20 deprecation warning. Co-authored-by: Claude Opus 4.8 (1M context) <[email protected]>
1 parent 50abd98 commit 556eb31

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ jobs:
1818
build:
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v6
2222
- name: Install uv
23-
uses: astral-sh/setup-uv@v6
23+
uses: astral-sh/setup-uv@v8
2424
with:
2525
python-version: "3.11"
2626
- name: Build site
2727
run: uv run mkdocs build --strict
2828
- name: Upload Pages artifact
29-
uses: actions/upload-pages-artifact@v3
29+
uses: actions/upload-pages-artifact@v5
3030
with:
3131
path: site
3232

@@ -39,4 +39,4 @@ jobs:
3939
steps:
4040
- name: Deploy to GitHub Pages
4141
id: deployment
42-
uses: actions/deploy-pages@v4
42+
uses: actions/deploy-pages@v5

0 commit comments

Comments
 (0)