mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 12:25:50 +00:00
fix pipeline.yml syntax
This commit is contained in:
parent
2ff0bfecc9
commit
f75b07374b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pipeline.yml
vendored
2
.github/workflows/pipeline.yml
vendored
|
@ -140,7 +140,7 @@ jobs:
|
|||
# Save metrics as artifacts
|
||||
- name: Save metrics
|
||||
if: always()
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v3.1.2
|
||||
with:
|
||||
name: pipeline-metrics
|
||||
path: |
|
||||
|
|
Loading…
Reference in a new issue