chore(deps): bump actions/download-artifact from 4 to 8 - #530
chore(deps): bump actions/download-artifact from 4 to 8#530dependabot[bot] wants to merge 1 commit into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
commit: |
Performance report — this PR vs base branch🔴 1 regression · 🟢 7 improvements across 77 scenarios.
A metric counts as changed only past per-metric thresholds sized to measured shared-runner variance on identical code: interaction latency ±10% and 16ms (measured in 8ms steps), frame times ±30%, long-task/LoAF sums ±10% and 500ms, memory ±25% and 512KB / 60 nodes, process CPU ±20% and 10 points, GPU-process CPU ±20% and 3 points, animation ticks ±20% and 3/s, draws/tick ±20% and 0.05, hardware GPU ±20% and 10 points, compositor production ±20% and 3fps / 5 duty-cycle points, composited layers ±20% and 2 layers / 0.5 viewport areas, rendering stages ±20% and 1ms; any ms metric with a ≥100ms baseline needs ±30%. All 73 standard scenarios (full numbers)
All 5 animation scheduling controls (full numbers)
Commit c4826c6 · full reports in the |
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
9606220 to
c4826c6
Compare
Bumps actions/download-artifact from 4 to 8.
Release notes
Sourced from actions/download-artifact's releases.
... (truncated)
Commits
3e5f45bAdd regression tests for CJK characters (#471)e6d03f6Add a regression test for artifact name + content-type mismatches (#472)70fc10cMerge pull request #461 from actions/danwkennedy/digest-mismatch-behaviorf258da9Add change docsccc058eFix linting issuesbd7976bAdd a setting to specify what to do on hash mismatch and default it toerrorac21fcfMerge pull request #460 from actions/danwkennedy/download-no-unzip15999bfAdd note about package bumps974686eBump the version tov8and add release notesfbe48b1Update test names to make it clearer what they doNote
Low Risk
CI-only dependency bump with no app logic changes; v8’s stricter digest checks could surface download failures if artifacts are corrupted or mismatched.
Overview
Updates
actions/download-artifactfrom v4 to v8 in.github/workflows/test-perf.ymlfor the two download steps: merging shard reports intest-perfand fetchingperf-diffinperf-comment. Step inputs (pattern,path,merge-multiple,name) are unchanged;upload-artifactstays on v4.v8 can fail jobs on artifact digest mismatches (previously warnings) and adjusts when downloaded blobs are decompressed. For normal GitHub-hosted perf artifacts this is usually transparent, but a failed download would block aggregation or the sticky perf comment (the latter already uses
continue-on-error: true).Reviewed by Cursor Bugbot for commit c4826c6. Bugbot is set up for automated code reviews on this repo. Configure here.