We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f58c14 commit 8132300Copy full SHA for 8132300
.github/workflows/build.yml
@@ -27,7 +27,7 @@ jobs:
27
run: ./gradlew clean build
28
29
- name: Upload output
30
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
31
with:
32
name: output
33
path: build/libs/*
0 commit comments