diff --git a/.github/workflows/get_context.yml b/.github/workflows/get_context.yml index 683d3f4..a3c91c2 100644 --- a/.github/workflows/get_context.yml +++ b/.github/workflows/get_context.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - uses: actions/setup-python@v4 + - uses: actions/setup-python@v4 with: python-version: '3.10' - name: Download all workflow run artifacts