Skip to content

Commit 1f53577

Browse files
committed
ci: update GH actions and bump node in ci to version 24
1 parent c1a8cda commit 1f53577

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
permissions:
1111
contents: write
1212
steps:
13-
- uses: actions/checkout@v5
13+
- uses: actions/checkout@v6
1414

1515
- name: Upload workspace
16-
uses: actions/upload-artifact@v4
16+
uses: actions/upload-artifact@v7
1717
with:
1818
name: workspace-with-plugins
1919
path: .
@@ -23,22 +23,22 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- name: Download workspace
26-
uses: actions/download-artifact@v4
26+
uses: actions/download-artifact@v8
2727
with:
2828
name: workspace-with-plugins
2929
path: .
3030

3131
- run: corepack enable
3232
- uses: actions/setup-node@v6
3333
with:
34-
node-version: '22'
34+
node-version: '24'
3535
# Pick your own package manager and build script
3636
- run: pnpm install --frozen-lockfile
3737
- name: Update stats
3838
run: pnpm run update-stats
3939
- run: pnpm run generate-github
4040
- name: Upload artifact
41-
uses: actions/upload-pages-artifact@v4
41+
uses: actions/upload-pages-artifact@v5
4242
with:
4343
path: ./.output/public
4444
# Deployment job
@@ -56,4 +56,4 @@ jobs:
5656
steps:
5757
- name: Deploy to GitHub Pages
5858
id: deployment
59-
uses: actions/deploy-pages@v4
59+
uses: actions/deploy-pages@v5

0 commit comments

Comments
 (0)