From 6d724178d3a1e45d9cd1cd611b43501e32153855 Mon Sep 17 00:00:00 2001 From: BodoBolero Date: Tue, 5 Nov 2024 17:52:42 +0100 Subject: [PATCH] need to download our own actions to use them --- .github/workflows/benchmarking.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/benchmarking.yml b/.github/workflows/benchmarking.yml index bce93252e6..ba242cb600 100644 --- a/.github/workflows/benchmarking.yml +++ b/.github/workflows/benchmarking.yml @@ -69,12 +69,14 @@ jobs: options: --init steps: + - uses: actions/checkout@v4 + - name: Configure AWS credentials # necessary on Azure runners uses: aws-actions/configure-aws-credentials@v4 with: aws-region: eu-central-1 role-to-assume: ${{ vars.DEV_AWS_OIDC_ROLE_ARN }} - role-duration-seconds: 43199 # almost 12 hours + role-duration-seconds: 43000 # almost 12 hours - name: Download Neon artifact uses: ./.github/actions/download