Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/release-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
run: mvn -B -ntp --file pom.xml -Pdist package -DskipTests

- name: 'Upload build artifact'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We had a problem with v4

with:
name: artifacts-cli
path: |
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
mvn -B --file pom.xml -Ppublication

- name: 'Upload build artifact'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: artifacts-plugin
path: |
Expand Down