Skip to content

Commit 6029a52

Browse files
committed
Merge remote-tracking branch 'github/dependabot/github_actions/actions/download-artifact-5'
PR: USTC-KnowledgeComputingLab/qmb#81 Signed-off-by: Hao Zhang <[email protected]>
2 parents 279f8ae + d8e8907 commit 6029a52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') && github.event.repository.visibility == 'public'
5252

5353
steps:
54-
- uses: actions/download-artifact@v4
54+
- uses: actions/download-artifact@v5
5555
with:
5656
pattern: build-*
5757
path: dist

0 commit comments

Comments
 (0)