Skip to content

Commit

Permalink
chore: Update actions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Melanie-RK committed May 21, 2024
1 parent e967749 commit 3b9aaba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 3b9aaba

Please sign in to comment.