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 f2205e9 commit 3ee097aCopy full SHA for 3ee097a
.github/workflows/check-build.yml
@@ -69,7 +69,7 @@ jobs:
69
fi
70
71
- name: Upload demo files
72
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
73
with:
74
name: demo-files-java-${{ matrix.java }}
75
path: ${{ env.DEMO_MAVEN_MODULE }}/target/${{ env.DEMO_MAVEN_MODULE }}.jar
@@ -149,7 +149,7 @@ jobs:
149
150
- name: Upload report
151
if: always()
152
153
154
name: pmd-report
155
if-no-files-found: ignore
0 commit comments