Skip to content

Commit 96f068c

Browse files
authored
Merge pull request rust-lang#18755 from Veykril/push-psllyxqtywzs
fix: Fix metrics workflow using the wrong download-artifact version
2 parents 6d10170 + 1287b93 commit 96f068c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/rust-analyzer/.github/workflows/metrics.yaml

+1-1
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)