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 d22a243 commit 03ec22bCopy full SHA for 03ec22b
.github/workflows/build.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Build with Gradle
22
run: ./gradlew build
23
- name: Upload Artifacts to GitHub
24
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
25
with:
26
name: Artifacts
27
path: build/libs/
0 commit comments