Skip to content

Commit 982b8e7

Browse files
build(deps): bump actions/upload-artifact from 6 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 18679dc commit 982b8e7

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
continue-on-error: true
5454

5555
- name: Upload audit results
56-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
56+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
5757
if: always()
5858
with:
5959
name: audit-results

.github/workflows/benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ jobs:
300300

301301
- name: Upload regression test results
302302
if: env.BASELINE_EXISTS == 'true' && env.SKIP_BENCHMARKS == 'false' && always()
303-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
303+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
304304
with:
305305
name: performance-regression-results-${{ github.run_number }}
306306
path: |

.github/workflows/codecov.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,14 +191,14 @@ jobs:
191191
continue-on-error: true
192192

193193
- name: Archive coverage results
194-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
194+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
195195
if: always()
196196
with:
197197
name: coverage-report
198198
path: coverage/
199199

200200
- name: Archive test results
201-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
201+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
202202
if: always()
203203
with:
204204
name: test-results

.github/workflows/generate-baseline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
run: uv run benchmark-utils sanitize-artifact-name --tag "$TAG_NAME"
162162

163163
- name: Upload baseline artifact
164-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
164+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
165165
with:
166166
name: ${{ steps.safe_name.outputs.artifact_name }}
167167
path: bench-target/baseline-artifact/

.github/workflows/profiling-benchmarks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,15 +203,15 @@ jobs:
203203
cp -r target/criterion profiling-results/criterion-baseline-${{ github.ref_name }}
204204
205205
- name: Upload profiling results
206-
uses: actions/upload-artifact@v6
206+
uses: actions/upload-artifact@v7
207207
with:
208208
name: profiling-results-${{ github.run_number }}
209209
path: profiling-results/
210210
retention-days: 30
211211

212212
- name: Upload profiling baseline (for tagged releases)
213213
if: startsWith(github.ref, 'refs/tags/')
214-
uses: actions/upload-artifact@v6
214+
uses: actions/upload-artifact@v7
215215
with:
216216
name: profiling-baseline-${{ github.ref_name }}
217217
path: |
@@ -277,7 +277,7 @@ jobs:
277277
echo "BENCH_MEASUREMENT_TIME=$BENCH_MEASUREMENT_TIME"
278278
cargo bench --bench profiling_suite --features count-allocations -- memory_profiling
279279
- name: Upload memory test results
280-
uses: actions/upload-artifact@v6
280+
uses: actions/upload-artifact@v7
281281
with:
282282
name: memory-stress-results-${{ github.run_number }}
283283
path: |

0 commit comments

Comments
 (0)