mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 12:25:50 +00:00
fix pipeline.yml syntax 3
This commit is contained in:
parent
4cc2a9557f
commit
5cbaec1bc9
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.1.4
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: pipeline-metrics
|
||||
path: |
|
||||
|
|
Loading…
Reference in a new issue