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 2f99121 + c506a9e commit dfc7420Copy full SHA for dfc7420
.github/workflows/benchmark.yml
@@ -147,7 +147,7 @@ jobs:
147
run: echo "reports_base_dir=${{matrix.system_config.reports_base_dir}}" | sed "s|\$PWD|${{ github.workspace }}|g" >> $GITHUB_OUTPUT
148
149
- name: Upload reframe report
150
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
151
with:
152
name: benchmark-results-${{matrix.machine}}
153
path: ${{steps.parse_reports_path.outputs.reports_base_dir}}
.github/workflows/ci.yml
@@ -30,7 +30,7 @@ jobs:
30
run: uv build
31
32
- name: Upload Wheel
33
34
35
name: wheel-artifacts
36
path: dist/*.whl
0 commit comments