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 1c7ce20 commit 9875cffCopy full SHA for 9875cff
.github/workflows/ci.yml
@@ -55,15 +55,15 @@ jobs:
55
56
- name: Upload test results
57
if: always()
58
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
59
with:
60
name: test-results-java${{ matrix.java-version }}-gradle${{ matrix.gradle-version }}
61
path: build/test-results/
62
retention-days: 7
63
64
- name: Upload build artifacts
65
if: matrix.java-version == '17' && matrix.gradle-version == '9.2'
66
67
68
name: build-artifacts
69
path: build/libs/*.jar
0 commit comments