diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bd4c608..172b92f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -47,6 +47,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: