Skip to content

Commit 19ecc1c

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

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
@@ -84,7 +84,7 @@ jobs:
8484
- name: Build package
8585
run: pyproject-build --wheel .
8686
- name: Download coverage data
87-
uses: actions/download-artifact@v2
87+
uses: actions/download-artifact@v3
8888
with:
8989
name: coverage-data
9090
path: .tox

0 commit comments

Comments
 (0)