Merge pull request #18755 from Veykril/push-psllyxqtywzs

fix: Fix metrics workflow using the wrong download-artifact version
This commit is contained in:
Lukas Wirth 2024-12-24 18:14:12 +00:00 committed by GitHub
commit dc90d2d7ff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -102,7 +102,7 @@ jobs:
name: self-${{ github.sha }}
- name: Download rustc_tests metrics
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: rustc_tests-${{ github.sha }}