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: