From b60b0edee479d8327c1a9850e76f99682d7be410 Mon Sep 17 00:00:00 2001 From: Rodolphe Fontaine <30529563+Rodi26@users.noreply.github.com> Date: Tue, 15 Oct 2024 10:18:32 +0200 Subject: [PATCH] action artifact to v4 --- .github/workflows/run-jmeter-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run-jmeter-test.yml b/.github/workflows/run-jmeter-test.yml index d1435c866..fcc372a9b 100644 --- a/.github/workflows/run-jmeter-test.yml +++ b/.github/workflows/run-jmeter-test.yml @@ -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/