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.
2 parents 11c05cb + 8b814b4 commit eb3a814Copy full SHA for eb3a814
1 file changed
.github/workflows/perf.yml
@@ -233,12 +233,12 @@ jobs:
233
# Download results
234
#
235
- name: Download base results
236
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4.1.7
237
with:
238
name: ${{ env.BASE_ARTIFACT }}
239
path: ${{ env.BASE_ARTIFACT }}
240
- name: Download head results
241
242
243
name: ${{ env.HEAD_ARTIFACT }}
244
path: ${{ env.HEAD_ARTIFACT }}
0 commit comments