Skip to content

Commit f168342

Browse files
Bump actions/download-artifact from 2 to 3 (#2444)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent da221ed commit f168342

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
- name: Build package
9898
run: pyproject-build --wheel .
9999
- name: Download coverage data
100-
uses: actions/download-artifact@v2
100+
uses: actions/download-artifact@v3
101101
with:
102102
name: coverage-data
103103
path: .tox

0 commit comments

Comments
 (0)