Skip to content

Commit dc90d2d

Browse files
authored
Merge pull request #18755 from Veykril/push-psllyxqtywzs
fix: Fix metrics workflow using the wrong download-artifact version
2 parents 493ac4d + e12f247 commit dc90d2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/metrics.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
name: self-${{ github.sha }}
103103

104104
- name: Download rustc_tests metrics
105-
uses: actions/download-artifact@v3
105+
uses: actions/download-artifact@v4
106106
with:
107107
name: rustc_tests-${{ github.sha }}
108108

0 commit comments

Comments
 (0)