We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 48d31d7 + c19f0de commit 305039aCopy full SHA for 305039a
1 file changed
.github/workflows/build.yml
@@ -47,7 +47,7 @@ jobs:
47
- name: Do build
48
run: ./gradlew build
49
- name: Upload artifact
50
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
51
with:
52
path: ./build/libs/*
53
retention-days: 30
0 commit comments