From d985f4cc5b685c49189f724a46ab74f28fe734ed Mon Sep 17 00:00:00 2001 From: Adrien Ferrand Date: Fri, 27 Oct 2023 14:27:32 +0200 Subject: [PATCH] Fix --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ca0d9b2..33f1d70 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -32,6 +32,8 @@ jobs: needs: build runs-on: ubuntu-latest steps: + - name: Checkout code + uses: actions/checkout@v4 - name: Download container image artifact uses: actions/download-artifact@v3 with: @@ -46,8 +48,6 @@ jobs: needs: build runs-on: ubuntu-latest steps: - - name: Checkout code - uses: actions/checkout@v4 - name: Download container image artifact uses: actions/download-artifact@v3 with: