Unnamed repository; edit this file 'description' to name the repository.
| -rw-r--r-- | .github/workflows/metrics.yaml | 2 |
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 }} |