Skip to content

Commit

Permalink
Merge pull request #18755 from Veykril/push-psllyxqtywzs
Browse files Browse the repository at this point in the history
fix: Fix metrics workflow using the wrong download-artifact version
  • Loading branch information
Veykril authored Dec 24, 2024
2 parents 493ac4d + e12f247 commit dc90d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/metrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down

0 comments on commit dc90d2d

Please sign in to comment.