We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59d8539 commit 1628c98Copy full SHA for 1628c98
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Build & test the full distributable
27
run: ./gradlew distTest
28
29
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
30
with:
31
name: distributables
32
path: build/libs/*-dist.jar
0 commit comments