We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 524c207 + cfd4ded commit 8d468eeCopy full SHA for 8d468ee
2 files changed
.github/workflows/build.yml
@@ -34,15 +34,15 @@ jobs:
34
run: ./gradlew build
35
36
- name: Upload test results
37
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
38
if: always()
39
with:
40
name: test-results
41
path: build/reports/tests/test/
42
retention-days: 7
43
44
- name: Upload build artifacts
45
46
47
name: build-artifacts
48
path: build/libs/*.jar
.github/workflows/release.yml
@@ -90,7 +90,7 @@ jobs:
90
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
91
92
93
94
95
96
0 commit comments