Skip to content

Commit

Permalink
Bump actions/download-artifact from 2 to 3 (#2444)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jun 24, 2022
1 parent da221ed commit f168342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Expand Up @@ -97,7 +97,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
Expand Down

0 comments on commit f168342

Please sign in to comment.