We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bda1902 commit 72e51b6Copy full SHA for 72e51b6
1 file changed
.github/workflows/build.yml
@@ -91,7 +91,7 @@ jobs:
91
cd website
92
npm install && npm run build -- --mode snapshot
93
94
- - uses: actions/upload-artifact@v6
+ - uses: actions/upload-artifact@v7
95
with:
96
name: website
97
path: website/dist
@@ -135,7 +135,7 @@ jobs:
135
ORG_GRADLE_PROJECT_signingInMemoryKey: ${{ secrets.GPG_SECRET_KEY }}
136
ORG_GRADLE_PROJECT_signingInMemoryKeyPassword: ${{ secrets.GPG_SECRET_PASSPHRASE }}
137
138
- - uses: actions/download-artifact@v7
+ - uses: actions/download-artifact@v8
139
140
141
0 commit comments