Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
chtrembl committed Oct 23, 2024
2 parents 51fcbe7 + b9242cd commit 6bc74a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/petstoreapp_ci_cd_to_appservice.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Run Maven build
run: mvn -f petstore/petstoreapp/pom.xml --batch-mode --update-snapshots verify
- name: Upload Maven build artifact
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v3
with:
name: artifact
path: petstore/petstoreapp/target/petstoreapp-0.0.1-SNAPSHOT.jar
Expand Down

0 comments on commit 6bc74a3

Please sign in to comment.