We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 71e9c47 + 70f8b1c commit 65b2ebfCopy full SHA for 65b2ebf
.github/workflows/ci.yml
@@ -40,7 +40,7 @@ jobs:
40
runs-on: ubuntu-latest
41
if: github.ref == 'refs/heads/main'
42
steps:
43
- - uses: actions/download-artifact@v7
+ - uses: actions/download-artifact@v8
44
with:
45
name: build
46
- uses: peaceiris/actions-gh-pages@v4
@@ -70,7 +70,7 @@ jobs:
70
id-token: write # Required for OIDC
71
contents: read
72
73
74
75
76
- uses: actions/setup-node@v6
@@ -96,7 +96,7 @@ jobs:
96
97
98
99
100
101
102
0 commit comments