Skip to content

Commit 8dcaecd

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

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
@@ -98,7 +98,7 @@ jobs:
9898
- name: Build package
9999
run: pyproject-build --wheel .
100100
- name: Download coverage data
101-
uses: actions/download-artifact@v2
101+
uses: actions/download-artifact@v3
102102
with:
103103
name: coverage-data
104104
path: .tox

0 commit comments

Comments
 (0)