We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7f68ad commit 5e2c16cCopy full SHA for 5e2c16c
.github/workflows/gradle.yml renamed to .github/workflows/build.yml
@@ -18,7 +18,7 @@ jobs:
18
cache: 'gradle'
19
- name: Build with Gradle
20
run: ./gradlew clean build test
21
- - uses: actions/upload-artifact@v2-preview
+ - uses: actions/upload-artifact@v4
22
with:
23
name: artifact
24
path: build/libs/*
0 commit comments