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 876ca5d commit 85d92e1Copy full SHA for 85d92e1
.github/workflows/check-build.yml
@@ -78,7 +78,7 @@ jobs:
78
fi
79
80
- name: Upload demo files
81
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
82
with:
83
name: demo-files-java-${{ matrix.java }}
84
path: ${{ env.DEMO_MAVEN_MODULE }}/target/${{ env.DEMO_MAVEN_MODULE }}.jar
@@ -161,7 +161,7 @@ jobs:
161
162
- name: Upload report
163
if: always()
164
165
166
name: pmd-report
167
if-no-files-found: ignore
0 commit comments