Skip to content

Commit 7631359

Browse files
Merge pull request #29 from ISISComputingGroup/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents fa70764 + 64bb41d commit 7631359

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
working-directory: ./cs-studio
2727
run: mvn verify -Dcs-studio=false -Declipse=false -Dtycho.localArtifacts=ignore -Dcsstudio.composite.repo=p2repo -DskipTests=true
2828
- name: Upload products
29-
uses: actions/upload-artifact@v4
29+
uses: actions/upload-artifact@v5
3030
with:
3131
name: cs-studio-products
3232
path: |
@@ -35,7 +35,7 @@ jobs:
3535
if-no-files-found: error
3636
retention-days: 3
3737
- name: Upload p2 repo
38-
uses: actions/upload-artifact@v4
38+
uses: actions/upload-artifact@v5
3939
with:
4040
name: cs-studio-p2
4141
path: |

0 commit comments

Comments
 (0)