We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c029af commit bdb43ebCopy full SHA for bdb43eb
1 file changed
.github/workflows/ci.yml
@@ -36,7 +36,7 @@ jobs:
36
run: ./gradlew test
37
38
- name: Upload test results
39
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v7
40
if: success() || failure()
41
with:
42
name: test-results-java-${{ matrix.java }}
0 commit comments