Merge pull request #185 from nanos/dependabot/github_actions/dot-github/workflows/dawidd6/action-download-artifact-6
Bump dawidd6/action-download-artifact from 3 to 6 in /.github/workflows
This commit is contained in:
commit
cc93048c67
1 changed files with 1 additions and 1 deletions
2
.github/workflows/get_context.yml
vendored
2
.github/workflows/get_context.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue