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.
2 parents 88846b5 + f839ce1 commit b485784Copy full SHA for b485784
.github/workflows/verify.yml
@@ -48,7 +48,7 @@ jobs:
48
run: xvfb-run mvn clean verify checkstyle:check pmd:pmd pmd:cpd pmd:check pmd:cpd-check spotbugs:check -f ./ddk-parent/pom.xml --batch-mode --fail-at-end
49
- name: Archive Tycho Surefire Plugin
50
if: ${{ failure() }}
51
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
52
with:
53
name: tycho-surefire-plugin
54
path: ${{ env.GITHUB_WORKSPACE }}/com.avaloq.tools.ddk.xtext.test/target/work/data/.metadata/.log
0 commit comments