We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64e4183 commit 9995d1aCopy full SHA for 9995d1a
1 file changed
.github/workflows/ci.yml
@@ -177,7 +177,7 @@ jobs:
177
done
178
rm ${ZIPFILE}
179
zip -r ${ZIPFILE} ${DIR}
180
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v4
181
with:
182
name: clowder.zip
183
path: target/universal/clowder-*.zip
@@ -248,7 +248,7 @@ jobs:
248
VERSION: ${{ env.CLOWDER_VERSION }}
249
BUILDNUMBER: ${{ github.run_number }}
250
GITSHA1: ${{ github.sha }}
251
252
253
name: ScalaDoc
254
path: target/scala-*/api/
0 commit comments