Skip to content

Commit dfc7420

Browse files
Merge pull request #378 from feelpp/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents 2f99121 + c506a9e commit dfc7420

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
run: echo "reports_base_dir=${{matrix.system_config.reports_base_dir}}" | sed "s|\$PWD|${{ github.workspace }}|g" >> $GITHUB_OUTPUT
148148

149149
- name: Upload reframe report
150-
uses: actions/upload-artifact@v5
150+
uses: actions/upload-artifact@v6
151151
with:
152152
name: benchmark-results-${{matrix.machine}}
153153
path: ${{steps.parse_reports_path.outputs.reports_base_dir}}

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: uv build
3131

3232
- name: Upload Wheel
33-
uses: actions/upload-artifact@v5
33+
uses: actions/upload-artifact@v6
3434
with:
3535
name: wheel-artifacts
3636
path: dist/*.whl

0 commit comments

Comments
 (0)