try this differently
This commit is contained in:
parent
c0ae28ad3e
commit
5bab0a8d94
1 changed files with 1 additions and 1 deletions
2
.github/workflows/get_context.yml
vendored
2
.github/workflows/get_context.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
|||
cache: 'pip' # caching pip dependencies
|
||||
- run: pip install -r requirements.txt
|
||||
- name: Download all workflow run artifacts
|
||||
uses: actions/download-artifact@v3
|
||||
uses: dawidd6/action-download-artifact@v2
|
||||
with:
|
||||
name: artifacts
|
||||
- name: Display structure of downloaded files
|
||||
|
|
Loading…
Reference in a new issue