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.
1 parent 58d2316 commit 147de23Copy full SHA for 147de23
.github/workflows/generate-baselines.yml
@@ -109,7 +109,7 @@ jobs:
109
# results_path: path to the benchmark results
110
111
- name: Upload Results as Artifact
112
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
113
with:
114
name: baselines
115
path: |
.github/workflows/regressions.yml
@@ -307,7 +307,7 @@ jobs:
307
# compared_means: path to the results of regression test vs baseline
308
309
- name: Upload all results together as an artifact
310
311
312
name: ${{ github.repository_owner }}_${{ steps.extract.outputs.branch }}_${{ github.sha }}
313
0 commit comments