mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 15:25:49 +00:00
Download artifact test
This commit is contained in:
parent
8b9df9b70e
commit
92d22da1a0
2 changed files with 2 additions and 9 deletions
11
.github/workflows/build.yml
vendored
11
.github/workflows/build.yml
vendored
|
@ -84,15 +84,8 @@ jobs:
|
|||
with:
|
||||
name: Package
|
||||
path: build/libs
|
||||
|
||||
|
||||
- name: Upload artifact for deployment job
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: java-app
|
||||
path: '${{ github.workspace }}/target/*.jar'
|
||||
|
||||
- name: Download artifact from build job
|
||||
uses: actions/download-artifact@v3
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: java-app
|
||||
path: ./github/artifacts
|
0
.github/workflows/deploy.yml
vendored
0
.github/workflows/deploy.yml
vendored
Loading…
Reference in a new issue