diff --git a/.github/workflows/get_context.yml b/.github/workflows/get_context.yml index 2b66c05..8e5840d 100644 --- a/.github/workflows/get_context.yml +++ b/.github/workflows/get_context.yml @@ -22,7 +22,7 @@ jobs: cache: 'pip' # caching pip dependencies - run: pip install -r requirements.txt - name: Download all workflow run artifacts - uses: dawidd6/action-download-artifact@v3 + uses: dawidd6/action-download-artifact@v6 with: name: artifacts workflow: get_context.yml