Bump actions/download-artifact from 2 to 3 (#2357)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
6eb9315238
commit
dd500e8423
1 changed files with 1 additions and 1 deletions
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
|
|
@ -133,7 +133,7 @@ jobs:
|
|||
- name: Build package
|
||||
run: pyproject-build --wheel .
|
||||
- name: Download coverage data
|
||||
uses: actions/download-artifact@v2
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: coverage-data
|
||||
path: .tox
|
||||
|
|
|
|||
Loading…
Reference in a new issue