Skip to content

Commit f5b2d93

Browse files
Merge pull request #888 from python-wheel-build/dependabot/github_actions/actions/download-artifact-7
build(deps): bump actions/download-artifact from 6 to 7
2 parents 12bd22e + 32ae1c6 commit f5b2d93

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
@@ -189,7 +189,7 @@ jobs:
189189
run: python -m pip install hatch 'click!=8.3.0'
190190

191191
- name: Download coverage data
192-
uses: actions/download-artifact@v6
192+
uses: actions/download-artifact@v7
193193
with:
194194
pattern: coverage-*
195195
merge-multiple: true

0 commit comments

Comments
 (0)