We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
actions/download-artifact
1 parent 7103ce0 commit 61518f6Copy full SHA for 61518f6
.github/workflows/build.yml
@@ -70,7 +70,7 @@ jobs:
70
steps:
71
72
- name: Download coverage profile
73
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
74
with:
75
name: coverage-profile-${{ github.run_id }}
76
0 commit comments