Skip to content

Commit

Permalink
update checkout and upload artifact docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitesh411 committed Mar 25, 2024
1 parent 6f27c49 commit f23d7e3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v4.1.1

- name: Run local k6 test
uses: grafana/k6-action@v0.2.0
uses: grafana/k6-action@v0.3.1
with:
filename: ./script.js
flags: --out json=index.json --summary-export index.html

- name: Upload performance test results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.3.1
with:
name: k6-report
path: index.html
path: index.json

0 comments on commit f23d7e3

Please sign in to comment.