Skip to content

Bump GeekyEggo/delete-artifact from 5 to 6#405

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/GeekyEggo/delete-artifact-6
Open

Bump GeekyEggo/delete-artifact from 5 to 6#405
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/GeekyEggo/delete-artifact-6

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 20, 2026

Bumps GeekyEggo/delete-artifact from 5 to 6.

Release notes

Sourced from GeekyEggo/delete-artifact's releases.

v6.0.0

What's Changed

New Contributors

Full Changelog: GeekyEggo/delete-artifact@v5.1.0...v6.0.0

v5.1.0

  • Mark deprecated token parameter as optional.
  • Bump undici dependency.
Changelog

Sourced from GeekyEggo/delete-artifact's changelog.

Change Log

v5.1

  • Mark deprecated token parameter as optional.
  • Bump undici dependency.

v5.0

v4.1

  • Add default token.
  • Fix over-arching catch output; errors now correctly result in a failed run (Leon Linhart) #18

v4.0

  • Add support for artifacts uploaded with actions/upload-artifact@v4.
  • Add requirement of token with read and write access to actions.
  • Update requests to use GitHub REST API.
  • Deprecate support for actions/upload-artifact@v1, actions/upload-artifact@v2, and actions/upload-artifact@v3 (please use geekyeggo/delete-artifact@v2).

v2.0

  • Add support for glob pattern matching via useGlob.

v1.0

  • Initial release.
Commits
  • 176a747 6.0.0
  • cebf182 build: update workflow action versions (#33)
  • 13c2c87 chore: update deps, switch to esm, and improve tsconfig (#32)
  • 23c7da5 Upgrade Node.js version from 20 to 24 (#31)
  • e46cfb9 build(deps): bump @​actions/artifact from 2.1.4 to 2.1.7 (#27)
  • 25f053d docs: add commit sha for 5.1.0
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [GeekyEggo/delete-artifact](https://github.com/geekyeggo/delete-artifact) from 5 to 6.
- [Release notes](https://github.com/geekyeggo/delete-artifact/releases)
- [Changelog](https://github.com/GeekyEggo/delete-artifact/blob/main/CHANGELOG.md)
- [Commits](GeekyEggo/delete-artifact@v5...v6)

---
updated-dependencies:
- dependency-name: GeekyEggo/delete-artifact
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code labels Mar 20, 2026
@dependabot dependabot bot requested a review from a team as a code owner March 20, 2026 17:02
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code labels Mar 20, 2026
@greptile-apps
Copy link
Copy Markdown

greptile-apps bot commented Mar 20, 2026

Greptile Summary

This PR is a routine Dependabot bump of the GeekyEggo/delete-artifact GitHub Action from v5 to v6 inside the integration-test workflow. The action is used at the end of the collect-artifacts job to clean up per-example intermediate artifacts after they have been merged into a single bundle.

  • The only change is uses: GeekyEggo/delete-artifact@v5uses: GeekyEggo/delete-artifact@v6.
  • v6.0.0 upgrades the action's Node.js runtime from 20 to 24 and switches the internals to ESM; the public interface (name input, glob support) is unchanged, so no other edits to the workflow are required.
  • No logic, inputs, or outputs of the workflow are affected.

Confidence Score: 5/5

  • This PR is safe to merge — it is a single-line, non-breaking version bump with no logic changes.
  • The change is a straightforward dependency bump of a GitHub Action. The v6 release notes confirm backwards-compatible inputs, and the rest of the workflow is untouched. No functional risk.
  • No files require special attention.

Important Files Changed

Filename Overview
.github/workflows/integration-tests.yml Single-line bump of GeekyEggo/delete-artifact from v5 to v6; no logic changes, workflow behaviour is unchanged.

Sequence Diagram

sequenceDiagram
    participant CE as create-example-list job
    participant RE as run-examples job (matrix)
    participant CA as collect-artifacts job
    participant GH as GitHub Artifact Storage

    CE->>RE: outputs example-list
    RE->>GH: upload-artifact (example-notebooks-<name>)
    RE->>CA: triggers after all matrix runs
    CA->>GH: download-artifact (pattern: example-notebooks-*)
    CA->>GH: upload-artifact (example-notebooks bundle)
    CA->>GH: GeekyEggo/delete-artifact@v6 deletes example-notebooks-* intermediates
Loading

Last reviewed commit: "Bump GeekyEggo/delet..."

@codecov
Copy link
Copy Markdown

codecov bot commented Mar 20, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 60.19%. Comparing base (fa9f91d) to head (6c8bd16).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #405   +/-   ##
=======================================
  Coverage   60.19%   60.19%           
=======================================
  Files          30       30           
  Lines        1570     1570           
  Branches      215      215           
=======================================
  Hits          945      945           
  Misses        605      605           
  Partials       20       20           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants