Skip to content

Commit b9242cd

Browse files
authored
Update petstoreapp_ci_cd_to_appservice.yml
1 parent af2ae91 commit b9242cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/petstoreapp_ci_cd_to_appservice.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Run Maven build
4141
run: mvn -f petstore/petstoreapp/pom.xml --batch-mode --update-snapshots verify
4242
- name: Upload Maven build artifact
43-
uses: actions/upload-artifact@v1
43+
uses: actions/upload-artifact@v3
4444
with:
4545
name: artifact
4646
path: petstore/petstoreapp/target/petstoreapp-0.0.1-SNAPSHOT.jar

0 commit comments

Comments
 (0)