Skip to content

Commit a7847ba

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- name: Build package
7070
run: pyproject-build --wheel .
7171
- name: Download coverage data
72-
uses: actions/download-artifact@v2
72+
uses: actions/download-artifact@v3
7373
with:
7474
name: coverage-data
7575
path: .tox

0 commit comments

Comments
 (0)