Skip to content

Commit f84e572

Browse files
committed
github: Update actions that use Node.js 20 to versions that use Node.js 24
1 parent 901ace5 commit f84e572

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
steps:
3838
- name: Clone project
39-
uses: actions/checkout@v4
39+
uses: actions/checkout@v6
4040
with:
4141
ref: 'master'
4242
fetch-depth: 0
@@ -55,7 +55,7 @@ jobs:
5555
tar -cvf ../../repo.tar ./*
5656
5757
- name: Upload repo artifact
58-
uses: actions/upload-artifact@v4
58+
uses: actions/upload-artifact@v6
5959
with:
6060
name: github-pages
6161
path: repo.tar
@@ -72,8 +72,8 @@ jobs:
7272

7373
steps:
7474
- name: Setup Pages
75-
uses: actions/configure-pages@v5
75+
uses: actions/configure-pages@v6
7676

7777
- name: Deploy to GitHub Pages
7878
id: deployment
79-
uses: actions/deploy-pages@v4
79+
uses: actions/deploy-pages@v5

0 commit comments

Comments
 (0)