Skip to content

Commit c1c9de6

Browse files
authored
Merge pull request #942 from python-wheel-build/dependabot/github_actions/actions/download-artifact-8
build(deps): bump actions/download-artifact from 7 to 8
2 parents c667ce8 + 8da4b0c commit c1c9de6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
run: python -m pip install hatch 'click!=8.3.0'
171171

172172
- name: Download coverage data
173-
uses: actions/download-artifact@v7
173+
uses: actions/download-artifact@v8
174174
with:
175175
pattern: coverage-*
176176
merge-multiple: true

0 commit comments

Comments
 (0)