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 fa70764 + 64bb41d commit 7631359Copy full SHA for 7631359
.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
28
- name: Upload products
29
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
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