action artifact to v4

This commit is contained in:
Rodolphe Fontaine 2024-10-15 10:18:32 +02:00
parent 6d23397758
commit b60b0edee4

View file

@ -10,7 +10,7 @@ jobs:
action_build: action_build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v4
- name: Run JMeter Action on a test - name: Run JMeter Action on a test
uses: rbhadti94/apache-jmeter-action@v0.7.0 uses: rbhadti94/apache-jmeter-action@v0.7.0
@ -19,7 +19,7 @@ jobs:
outputReportsFolder: reports/ outputReportsFolder: reports/
args: "--loglevel INFO" args: "--loglevel INFO"
- uses: actions/upload-artifact@v1 - uses: actions/upload-artifact@v4
with: with:
name: jmeter-test-results name: jmeter-test-results
path: reports/ path: reports/