We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67126ce commit 97ef05fCopy full SHA for 97ef05f
1 file changed
.github/workflows/build.yml
@@ -30,7 +30,7 @@ jobs:
30
31
steps:
32
- name: Clone project
33
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
34
with:
35
repository: 'blocksds/sdk'
36
ref: 'master'
@@ -61,7 +61,7 @@ jobs:
61
tar -cvf ../../repo.tar ./*
62
63
- name: Upload repo artifact
64
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v6
65
66
name: github-pages
67
path: repo.tar
0 commit comments