Skip to content

Commit 9995d1a

Browse files
authored
Fix upload artifact
1 parent 64e4183 commit 9995d1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ jobs:
177177
done
178178
rm ${ZIPFILE}
179179
zip -r ${ZIPFILE} ${DIR}
180-
- uses: actions/upload-artifact@v2
180+
- uses: actions/upload-artifact@v4
181181
with:
182182
name: clowder.zip
183183
path: target/universal/clowder-*.zip
@@ -248,7 +248,7 @@ jobs:
248248
VERSION: ${{ env.CLOWDER_VERSION }}
249249
BUILDNUMBER: ${{ github.run_number }}
250250
GITSHA1: ${{ github.sha }}
251-
- uses: actions/upload-artifact@v2
251+
- uses: actions/upload-artifact@v4
252252
with:
253253
name: ScalaDoc
254254
path: target/scala-*/api/

0 commit comments

Comments
 (0)