Unnamed repository; edit this file 'description' to name the repository.
Merge pull request #18755 from Veykril/push-psllyxqtywzs
fix: Fix metrics workflow using the wrong download-artifact version
Lukas Wirth 2024-12-25
parent 493ac4d · parent e12f247 · commit dc90d2d
-rw-r--r--.github/workflows/metrics.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/metrics.yaml b/.github/workflows/metrics.yaml
index 9313ca237d..0bc65fa6ce 100644
--- a/.github/workflows/metrics.yaml
+++ b/.github/workflows/metrics.yaml
@@ -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 }}