From c922fa1f0996728a9e902a8e90ace71da1a58e2c Mon Sep 17 00:00:00 2001 From: Lorenzo Mangani Date: Sun, 9 Jun 2024 19:38:13 +0200 Subject: [PATCH] update actions --- .github/workflows/all-in-one.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/all-in-one.yml b/.github/workflows/all-in-one.yml index 8c15c6f..f1cbbf2 100644 --- a/.github/workflows/all-in-one.yml +++ b/.github/workflows/all-in-one.yml @@ -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 @@ -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 @@ -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