Skip to content

Commit

Permalink
Downgrade upload-artifact action: actions/upload-artifact#478
Browse files Browse the repository at this point in the history
  • Loading branch information
martinvisser committed Mar 15, 2024
1 parent 77cca68 commit 37aaacf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
run: mvn -B -ntp --file pom.xml -Pdist package -DskipTests

- name: 'Upload build artifact'
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: artifacts-cli
path: |
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
mvn -B --file pom.xml -Ppublication
- name: 'Upload build artifact'
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: artifacts-plugin
path: |
Expand Down

0 comments on commit 37aaacf

Please sign in to comment.