Skip to content

chore(deps): update actions/upload-artifact action to v7#35

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/major-github-artifact-actions
Open

chore(deps): update actions/upload-artifact action to v7#35
renovate[bot] wants to merge 1 commit intomainfrom
renovate/major-github-artifact-actions

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 24, 2025

This PR contains the following updates:

Package Type Update Change
actions/upload-artifact action major v4v7

Release Notes

actions/upload-artifact (actions/upload-artifact)

v7

Compare Source

v6

Compare Source

v5

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@coderabbitai
Copy link

coderabbitai bot commented Oct 24, 2025

Important

Review skipped

Auto reviews are disabled on this repository.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions
Copy link

github-actions bot commented Oct 24, 2025

📊 Benchmark & Profile Results

Performance Summary

  • Throughput: N/A paragraphs/second
  • Mean time per paragraph: N/A
  • Nanoseconds per operation: 4150339 ns/op

🔍 Interactive Profile Visualizations

View the interactive profile graphs directly in your browser:

📈 View CPU Profile →

  • Download the artifact benchmark-profiles-798bb9e8883c7d56ba7a5b91859fbe72d2456e8f
  • Open cpu_profile.html in your browser

💾 View Memory Profile →

  • Download the artifact benchmark-profiles-798bb9e8883c7d56ba7a5b91859fbe72d2456e8f
  • Open memory_profile.html in your browser

CPU Profile (Top 20)

File: deidentify.test
Build ID: 31f94cc1a9847ea0dfd0303db6ce4d4e536ce2db
Type: cpu
Time: 2026-02-26 18:49:42 UTC
Duration: 91.85s, Total samples = 268.26s (292.07%)
Showing nodes accounting for 138.03s, 51.45% of 268.26s total
Dropped 463 nodes (cum <= 1.34s)
Showing top 20 nodes out of 181
      flat  flat%   sum%        cum   cum%
    15.83s  5.90%  5.90%     24.25s  9.04%  runtime.findObject
    14.98s  5.58% 11.49%     21.40s  7.98%  runtime.typePointers.next
    12.22s  4.56% 16.04%     12.22s  4.56%  runtime.memclrNoHeapPointers
     9.18s  3.42% 19.46%     37.63s 14.03%  runtime.scanobject
     7.14s  2.66% 22.12%      8.03s  2.99%  runtime.spanOf (inline)
     6.74s  2.51% 24.64%     20.76s  7.74%  regexp/syntax.(*parser).maybeConcat
     6.54s  2.44% 27.07%     13.09s  4.88%  rege...

Memory Profile (Top 20)

File: deidentify.test
Build ID: 31f94cc1a9847ea0dfd0303db6ce4d4e536ce2db
Type: alloc_space
Time: 2026-02-26 18:51:39 UTC
Showing nodes accounting for 25834.04MB, 99.76% of 25897.06MB total
Dropped 77 nodes (cum <= 129.49MB)
Showing top 20 nodes out of 52
      flat  flat%   sum%        cum   cum%
12154.19MB 46.93% 46.93% 12154.19MB 46.93%  regexp/syntax.(*compiler).inst (inline)
 4456.03MB 17.21% 64.14%  4465.03MB 17.24%  regexp.(*Regexp).get
 4116.94MB 15.90% 80.04%  4116.94MB 15.90%  regexp/syntax.(*parser).newRegexp (inline)
 2186.45MB  8.44% 88.48%  2186.45MB  8.44%  regexp/syntax.appendRange
  805.03MB  3.11% 91.59%   805.03MB  3.11%  regexp/syntax.(*parser).maybeConcat
  770.44MB  2.98% 94.56%  2472.61MB  9.55%  regexp/syntax.(*parser).collapse
  447.49MB  1.73% 96.29%   447.49MB  1....

📥 All Artifacts Available

Download the complete profiling package from the workflow artifacts:

  • 🌐 HTML Reports: cpu_profile.html, memory_profile.html (interactive visualizations)
  • 📊 Graphs: CPU & Memory SVG/PNG files
  • 📝 Text Reports: Full profiling data in text format
  • 🎯 Focused Analysis: Deidentify-specific function profiling
  • 📋 Raw Profiles: .prof files for custom analysis
Full Benchmark Output
goos: linux
goarch: amd64
pkg: github.com/aliengiraffe/deidentify
cpu: AMD EPYC 7763 64-Core Processor                
BenchmarkParagraphDeidentification-4           	    8386	   4150339 ns/op	 3691307 B/op	   15395 allocs/op
BenchmarkParagraphDeidentificationParallel-4   	   16113	   2095769 ns/op	 3465507 B/op	   15096 allocs/op
PASS
ok  	github.com/aliengiraffe/deidentify	91.884s
goos: linux
goarch: amd64
pkg: github.com/aliengiraffe/deidentify
cpu: AMD EPYC 7763 64-Core Processor                
BenchmarkParagraphDeidentification-4           	    3096	   3893156 ns/op
BenchmarkParagraphDeidentificationParallel-4   	    3685	   3270859 ns/op
PASS
ok  	github.com/aliengiraffe/deidentify	24.899s
goos: linux
goarch: amd64
pkg: github.com/aliengiraffe/deidentify
cpu: AMD EPYC 7763 64-Core Processor                
BenchmarkParagraphDeidentificationParallel-4   	    3664	   3246370 ns/op
PASS
ok  	github.com/aliengiraffe/deidentify	12.290s


Generated by Benchmark & Profile workflow run #22456386774 • Updated: Thu, 26 Feb 2026 18:51:57 GMT

@renovate renovate bot changed the title chore(deps): update actions/upload-artifact action to v5 chore(deps): update actions/upload-artifact action to v6 Dec 12, 2025
@renovate renovate bot force-pushed the renovate/major-github-artifact-actions branch from 9b7faea to 5f66589 Compare December 12, 2025 21:00
@sonarqubecloud
Copy link

@renovate renovate bot force-pushed the renovate/major-github-artifact-actions branch from 5f66589 to 9108f3f Compare February 12, 2026 13:09
@renovate renovate bot changed the title chore(deps): update actions/upload-artifact action to v6 chore(deps): update actions/upload-artifact action to v7 Feb 26, 2026
@renovate renovate bot force-pushed the renovate/major-github-artifact-actions branch from 9108f3f to d93556f Compare February 26, 2026 18:49
@sonarqubecloud
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants