File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5454 echo "reports_exist=$reports_exist" >> "$GITHUB_OUTPUT"
5555
5656 - name : Store artifact
57- uses : actions/upload-artifact@v4
57+ uses : actions/upload-artifact@v5
5858 with :
5959 name : benchmark_reports
6060 path : benchmark_reports
Original file line number Diff line number Diff line change @@ -157,15 +157,15 @@ jobs:
157157 - name : Upload any benchmark reports
158158 # Uploading enables more downstream processing e.g. posting a PR comment.
159159 if : success() || steps.overnight.outcome == 'failure'
160- uses : actions/upload-artifact@v4
160+ uses : actions/upload-artifact@v5
161161 with :
162162 name : benchmark_reports
163163 path : .github/workflows/benchmark_reports
164164
165165 - name : Archive asv results
166166 # Store the raw ASV database(s) to help manual investigations.
167167 if : ${{ always() }}
168- uses : actions/upload-artifact@v4
168+ uses : actions/upload-artifact@v5
169169 with :
170170 name : asv-raw-results
171171 path : benchmarks/.asv/results
Original file line number Diff line number Diff line change 3737 run : |
3838 pipx run build
3939
40- - uses : actions/upload-artifact@v4
40+ - uses : actions/upload-artifact@v5
4141 with :
4242 name : pypi-artifacts
4343 path : ${{ github.workspace }}/dist/*
You can’t perform that action at this time.
0 commit comments