We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a753fec + 94fa353 commit 0b60eaaCopy full SHA for 0b60eaa
.github/workflows/ci.yml
@@ -43,7 +43,7 @@ jobs:
43
runs-on: ubuntu-latest
44
if: github.ref == 'refs/heads/main'
45
steps:
46
- - uses: actions/download-artifact@v4
+ - uses: actions/download-artifact@v5
47
with:
48
name: build
49
- uses: peaceiris/actions-gh-pages@v4
@@ -55,7 +55,7 @@ jobs:
55
needs: build
56
57
58
59
60
61
- uses: actions/setup-node@v5
@@ -77,7 +77,7 @@ jobs:
77
78
79
80
81
82
83
0 commit comments