We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9cb1662 + 22aa230 commit 21c6553Copy full SHA for 21c6553
1 file changed
.github/workflows/build.yml
@@ -24,7 +24,7 @@ jobs:
24
run: ./gradlew build
25
26
- name: Archive build artifacts
27
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
28
with:
29
name: dist-jar
30
path: '*/build/libs/*.jar'
0 commit comments