try this differently

This commit is contained in:
Michael Thomas 2023-03-06 13:17:54 +00:00
parent c0ae28ad3e
commit 5bab0a8d94

View file

@ -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