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 68e98c9 commit 94faaa8Copy full SHA for 94faaa8
.github/workflows/check-build.yml
@@ -69,7 +69,7 @@ jobs:
69
fi
70
71
- name: Upload demo files
72
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
73
with:
74
name: demo-files-java-${{ matrix.java }}
75
path: ${{ env.DEMO_MAVEN_MODULE }}/target/${{ env.DEMO_MAVEN_MODULE }}.jar
@@ -152,7 +152,7 @@ jobs:
152
153
- name: Upload report
154
if: always()
155
156
157
name: pmd-report
158
if-no-files-found: ignore
0 commit comments