Merge pull request #32363 from openedx/dependabot/github_actions/actions/download-artifact-3
build(deps): bump actions/download-artifact from 2 to 3
This commit is contained in:
2
.github/workflows/unit-tests.yml
vendored
2
.github/workflows/unit-tests.yml
vendored
@@ -101,7 +101,7 @@ jobs:
|
||||
run: sudo chown runner:runner -R .*
|
||||
- uses: actions/checkout@v3
|
||||
- name: collect pytest warnings files
|
||||
uses: actions/download-artifact@v2
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: pytest-warnings-json
|
||||
path: test_root/log
|
||||
|
||||
Reference in New Issue
Block a user