We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cf50a97 + a65c5fc commit 99e5523Copy full SHA for 99e5523
.github/workflows/build.yml
@@ -26,7 +26,7 @@ jobs:
26
working-directory: ./cs-studio
27
run: mvn verify -Dcs-studio=false -Declipse=false -Dtycho.localArtifacts=ignore -Dcsstudio.composite.repo=p2repo -DskipTests=true -Dmaven.repo.local=../.m2/repository
28
- name: Upload products
29
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
30
with:
31
name: cs-studio-products
32
path: |
@@ -35,7 +35,7 @@ jobs:
35
if-no-files-found: error
36
retention-days: 3
37
- name: Upload p2 repo
38
39
40
name: cs-studio-p2
41
0 commit comments