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 151ab89 commit e86e2daCopy full SHA for e86e2da
.github/workflows/build-nightly.yml
@@ -34,7 +34,7 @@ jobs:
34
run: ./mvnw -B clean install -Dmaven.test.failure.ignore=true
35
36
- name: Test Logs
37
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
38
if: success() || failure()
39
with:
40
name: jdk17-test-results
.github/workflows/pull_requests.yml
@@ -69,7 +69,7 @@ jobs:
69
70
71
72
73
74
75
0 commit comments