Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani committed Jun 9, 2024
1 parent f68fba9 commit c922fa1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/all-in-one.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v4.1.6
with:
repository: metrico/qryn-bench
path: .
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5.0.1
with:
go-version: '1.20'
- name: Download k6 for Prometheus
Expand All @@ -47,7 +47,7 @@ jobs:
chmod +x k6-tracing
- name: Collect Workflow Telemetry
uses: runforesight/workflow-telemetry-action@v1.8.7
uses: runforesight/workflow-telemetry-action@v2.0.0

- name: Wait for Loki API
uses: mydea/action-wait-for-api@v1
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
run: |
sed -i 's/[^[:print:]]/*/' *_summary.txt
sed -i 's/[\d128-\d255]//g' *_summary.txt
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4.3.3
if: always()
with:
name: results
Expand Down

0 comments on commit c922fa1

Please sign in to comment.