Skip to content

Commit

Permalink
Merge pull request #94 from n0y/renovate/actions-upload-artifact-3.x
Browse files Browse the repository at this point in the history
Update actions/upload-artifact action to v3
  • Loading branch information
n0y authored Mar 8, 2022
2 parents bd29699 + 7e003f3 commit fdefded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-on-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: mvn -B package --file pom.xml

- run: mkdir staging && cp target/*.jar staging
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: Package
path: staging

0 comments on commit fdefded

Please sign in to comment.