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 6a88250 commit 0695872Copy full SHA for 0695872
.github/workflows/build.yml
@@ -33,7 +33,7 @@ jobs:
33
run: ./gradlew build
34
- name: capture build artifacts
35
if: ${{ runner.os == 'Linux' }}
36
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
37
with:
38
name: Artifacts
39
path: build/libs/
0 commit comments