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