mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 06:45:50 +00:00
action artifact to v4
This commit is contained in:
parent
6d23397758
commit
b60b0edee4
1 changed files with 2 additions and 2 deletions
4
.github/workflows/run-jmeter-test.yml
vendored
4
.github/workflows/run-jmeter-test.yml
vendored
|
@ -10,7 +10,7 @@ jobs:
|
|||
action_build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Run JMeter Action on a test
|
||||
uses: rbhadti94/apache-jmeter-action@v0.7.0
|
||||
|
@ -19,7 +19,7 @@ jobs:
|
|||
outputReportsFolder: reports/
|
||||
args: "--loglevel INFO"
|
||||
|
||||
- uses: actions/upload-artifact@v1
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: jmeter-test-results
|
||||
path: reports/
|
||||
|
|
Loading…
Reference in a new issue