Skip to content

Commit e38315a

Browse files
Bump actions/upload-artifact from 4 to 5 (#6771)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 582169c commit e38315a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/benchmarks_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
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

.github/workflows/benchmarks_run.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/ci-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
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/*

0 commit comments

Comments
 (0)