mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 23:35:50 +00:00
Download artifacts test 5
This commit is contained in:
parent
18dc49a91b
commit
32996d322d
1 changed files with 3 additions and 1 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -86,4 +86,6 @@ jobs:
|
||||||
path: build/libs
|
path: build/libs
|
||||||
|
|
||||||
- name: Download artifact from build job
|
- name: Download artifact from build job
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
|
with:
|
||||||
|
path: ./.github/artifacts
|
Loading…
Reference in a new issue