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