We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2298ce9 commit 0027112Copy full SHA for 0027112
.github/workflows/gradle.yml
@@ -16,7 +16,7 @@ jobs:
16
java-version: 11
17
- name: Build with Gradle
18
run: ./gradlew clean build test
19
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
20
with:
21
name: artifact
22
path: |
0 commit comments