Skip to content

Commit 067b651

Browse files
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows (#357)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 85760d7 commit 067b651

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
- name: Build package
105105
run: pyproject-build --wheel .
106106
- name: Download coverage data
107-
uses: actions/download-artifact@v3
107+
uses: actions/download-artifact@v4.1.7
108108
with:
109109
name: coverage-data
110110
path: .tox

0 commit comments

Comments
 (0)