We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af2ae91 commit b9242cdCopy full SHA for b9242cd
.github/workflows/petstoreapp_ci_cd_to_appservice.yml
@@ -40,7 +40,7 @@ jobs:
40
- name: Run Maven build
41
run: mvn -f petstore/petstoreapp/pom.xml --batch-mode --update-snapshots verify
42
- name: Upload Maven build artifact
43
- uses: actions/upload-artifact@v1
+ uses: actions/upload-artifact@v3
44
with:
45
name: artifact
46
path: petstore/petstoreapp/target/petstoreapp-0.0.1-SNAPSHOT.jar
0 commit comments