We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0654722 commit 69089a1Copy full SHA for 69089a1
1 file changed
.github/workflows/commitTest.yml
@@ -20,7 +20,8 @@ jobs:
20
chmod +x ./gradlew
21
./gradlew deploy
22
- name: Upload built jar file
23
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v7
24
with:
25
+ archive: false
26
name: ${{ github.event.repository.name }}
27
path: build/libs/${{ github.event.repository.name }}.jar
0 commit comments