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:
dependabot[bot] 2022-06-10 16:07:29 +01:00 committed by GitHub
parent 6eb9315238
commit dd500e8423
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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