Skip to content

Commit 97ef05f

Browse files
committed
Update actions that use Node.js 20 to versions that use Node.js 24
1 parent 67126ce commit 97ef05f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
steps:
3232
- name: Clone project
33-
uses: actions/checkout@v4
33+
uses: actions/checkout@v6
3434
with:
3535
repository: 'blocksds/sdk'
3636
ref: 'master'
@@ -61,7 +61,7 @@ jobs:
6161
tar -cvf ../../repo.tar ./*
6262
6363
- name: Upload repo artifact
64-
uses: actions/upload-artifact@v4
64+
uses: actions/upload-artifact@v6
6565
with:
6666
name: github-pages
6767
path: repo.tar

0 commit comments

Comments
 (0)