From 3b9aaba6b5d1ec7f350e992d3c7e219e5bb3e634 Mon Sep 17 00:00:00 2001 From: Melanie Knotter <98179508+Melanie-RK@users.noreply.github.com> Date: Tue, 21 May 2024 10:51:09 +0200 Subject: [PATCH] chore: Update actions to v4 --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 05e3389..6819055 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -5,7 +5,7 @@ jobs: name: JMeter Test Execution steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Create reports directory run: mkdir reports @@ -17,14 +17,14 @@ jobs: args: "-e -o ./reports/html/" - name: Upload Results - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: jmeter-results path: result.jtl if-no-files-found: error - name: Upload HTML Reports - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: jmeter-reports path: reports